Skip to content

Commit 2885de8

Browse files
authored
Merge pull request #246 from BioAnalyticResource/dev
Sync
2 parents 9d6a957 + 104d502 commit 2885de8

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

.github/workflows/bar-api.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
strategy:
1515
matrix:
16-
python-version: [3.8, 3.9, 3.10.14, 3.11, 3.12]
16+
python-version: [3.9, 3.10.15, 3.11, 3.12, 3.13]
1717

1818
services:
1919
redis:

requirements.txt

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
aniso8601==9.0.1
2-
async-timeout==4.0.3
2+
async-timeout==5.0.1
33
attrs==24.2.0
4-
black==24.8.0
5-
blinker==1.8.2
4+
black==24.10.0
5+
blinker==1.9.0
66
cachelib==0.9.0
77
certifi==2024.8.30
8-
charset-normalizer==3.3.2
8+
charset-normalizer==3.4.0
99
click==8.1.7
10-
coverage==7.6.1
11-
Deprecated==1.2.14
10+
coverage==7.6.8
11+
Deprecated==1.2.15
1212
flake8==7.1.1
13-
Flask==3.0.3
13+
Flask==3.1.0
1414
Flask-Caching==2.3.0
1515
Flask-Cors==5.0.0
16-
Flask-Limiter==3.8.0
16+
Flask-Limiter==3.9.2
1717
flask-marshmallow==1.2.1
1818
flask-restx==1.3.0
1919
Flask-SQLAlchemy==3.1.1
@@ -24,37 +24,37 @@ iniconfig==2.0.0
2424
itsdangerous==2.2.0
2525
Jinja2==3.1.4
2626
jsonschema==4.23.0
27-
jsonschema-specifications==2023.12.1
28-
limits==3.13.0
27+
jsonschema-specifications==2024.10.1
28+
limits==3.14.1
2929
markdown-it-py==3.0.0
30-
MarkupSafe==2.1.5
31-
marshmallow==3.22.0
30+
MarkupSafe==3.0.2
31+
marshmallow==3.23.1
3232
mccabe==0.7.0
3333
mdurl==0.1.2
3434
mypy-extensions==1.0.0
35-
mysqlclient==2.2.4
35+
mysqlclient==2.2.6
3636
ordered-set==4.1.0
37-
packaging==24.1
37+
packaging==24.2
3838
pathspec==0.12.1
3939
platformdirs==4.3.6
4040
pluggy==1.5.0
4141
pycodestyle==2.12.1
4242
pyflakes==3.2.0
4343
Pygments==2.18.0
4444
pyrsistent==0.20.0
45-
pytest==8.3.3
45+
pytest==8.3.4
4646
python-dateutil==2.9.0.post0
4747
pytz==2024.2
48-
redis==5.1.0
48+
redis==5.2.0
4949
referencing==0.35.1
5050
requests==2.32.3
51-
rich==13.8.1
52-
rpds-py==0.20.0
53-
setuptools==75.1.0
51+
rich==13.9.4
52+
rpds-py==0.21.0
53+
setuptools==75.6.0
5454
six==1.16.0
55-
SQLAlchemy==2.0.35
55+
SQLAlchemy==2.0.36
5656
typing_extensions==4.12.2
5757
urllib3==2.2.3
58-
Werkzeug==3.0.4
59-
wheel==0.44.0
60-
wrapt==1.16.0
58+
Werkzeug==3.1.3
59+
wheel==0.45.1
60+
wrapt==1.17.0

0 commit comments

Comments
 (0)