Skip to content

Commit 7295a27

Browse files
committed
Dependencies upgrade.
1 parent 91d76c1 commit 7295a27

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

.github/workflows/bar-api.yml

Lines changed: 1 addition & 1 deletion
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.10.17, 3.11, 3.12, 3.13]
16+
python-version: [3.10.18, 3.11, 3.12, 3.13]
1717

1818
services:
1919
redis:

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
services:
22

33
mysqldb:
4-
image: mysql:9.3.0
4+
image: mysql:9.4.0
55
container_name: BAR_mysqldb
66
restart: always
77
environment:
88
- MYSQL_ROOT_PASSWORD=root
99

1010
redis:
11-
image: redis:7.4.2
11+
image: redis:8.0.3
1212
container_name: BAR_redis
1313
restart: always
1414
ports:

requirements.txt

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,58 +3,58 @@ async-timeout==5.0.1
33
attrs==25.3.0
44
black==25.1.0
55
blinker==1.9.0
6-
cachelib==0.9.0
7-
certifi==2025.1.31
8-
charset-normalizer==3.4.1
9-
click==8.1.8
10-
coverage==7.8.0
6+
cachelib==0.13.0
7+
certifi==2025.7.14
8+
charset-normalizer==3.4.2
9+
click==8.2.1
10+
coverage==7.10.0
1111
Deprecated==1.2.18
12-
flake8==7.2.0
13-
Flask==3.1.0
12+
flake8==7.3.0
13+
Flask==3.1.1
1414
Flask-Caching==2.3.1
15-
flask-cors==5.0.1
15+
flask-cors==6.0.1
1616
Flask-Limiter==3.12
1717
flask-marshmallow==1.3.0
1818
flask-restx==1.3.0
1919
Flask-SQLAlchemy==3.1.1
20-
greenlet==3.2.0
20+
greenlet==3.2.3
2121
idna==3.10
2222
importlib_resources==6.5.2
2323
iniconfig==2.1.0
2424
itsdangerous==2.2.0
2525
Jinja2==3.1.6
26-
jsonschema==4.23.0
27-
jsonschema-specifications==2024.10.1
28-
limits==5.0.0
26+
jsonschema==4.25.0
27+
jsonschema-specifications==2025.4.1
28+
limits==5.4.0
2929
markdown-it-py==3.0.0
3030
MarkupSafe==3.0.2
3131
marshmallow==4.0.0
3232
mccabe==0.7.0
3333
mdurl==0.1.2
34-
mypy-extensions==1.0.0
34+
mypy_extensions==1.1.0
3535
mysqlclient==2.2.7
3636
ordered-set==4.1.0
37-
packaging==24.2
37+
packaging==25.0
3838
pathspec==0.12.1
39-
platformdirs==4.3.7
40-
pluggy==1.5.0
41-
pycodestyle==2.13.0
42-
pyflakes==3.3.2
43-
Pygments==2.19.1
39+
platformdirs==4.3.8
40+
pluggy==1.6.0
41+
pycodestyle==2.14.0
42+
pyflakes==3.4.0
43+
Pygments==2.19.2
4444
pyrsistent==0.20.0
45-
pytest==8.3.5
45+
pytest==8.4.1
4646
python-dateutil==2.9.0.post0
4747
pytz==2025.2
48-
redis==5.2.1
48+
redis==6.2.0
4949
referencing==0.36.2
50-
requests==2.32.3
50+
requests==2.32.4
5151
rich==13.9.4
52-
rpds-py==0.24.0
53-
setuptools==78.1.1
52+
rpds-py==0.26.0
53+
setuptools==80.9.0
5454
six==1.17.0
55-
SQLAlchemy==2.0.40
56-
typing_extensions==4.13.2
57-
urllib3==2.4.0
55+
SQLAlchemy==2.0.41
56+
typing_extensions==4.14.1
57+
urllib3==2.5.0
5858
Werkzeug==3.1.3
5959
wheel==0.45.1
6060
wrapt==1.17.2

0 commit comments

Comments
 (0)