Skip to content

Commit 88b7058

Browse files
committed
Update back-end dependencies
1 parent c107a08 commit 88b7058

File tree

3 files changed

+209
-176
lines changed

3 files changed

+209
-176
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
3737

3838
#### Back-end dependencies
3939

40-
- Update `alembic` to `1.16.5`
40+
- Update `alembic` to `1.17.0`
4141
- Update `celery` to `5.5.3`
4242
- Update `flask-debugtoolbar` to `0.16.0`
4343
- Update `flask` to `3.1.2`
4444
- Update `gunicorn` to `23.0.0`
4545
- Update `jinja2` to `3.1.6`
46-
- Update `psycopg` to `3.2.10`
46+
- Update `psycopg` to `3.2.11`
4747
- Update `pytest-cov` to `7.0.0`
4848
- Update `pytest` to `8.4.2`
4949
- Update `redis` to `6.4.0`
50-
- Update `ruff` to `0.14.0`
50+
- Update `ruff` to `0.14.1`
5151
- Update `setuptools` to `80.9.0`
52-
- Update `sqlalchemy` to `2.0.43`
52+
- Update `sqlalchemy` to `2.0.44`
5353
- Update `sqlalchemy-utils` to `0.42.0`
5454
- Update `werkzeug` to `3.1.3`
5555

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "An example Flask app running in Docker."
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8-
"alembic==1.16.5",
8+
"alembic==1.17.0",
99
"celery==5.5.3",
1010
"flask==3.1.2",
1111
"flask-db==0.4.1",
@@ -15,13 +15,13 @@ dependencies = [
1515
"flask-static-digest==0.4.1",
1616
"gunicorn==23.0.0",
1717
"jinja2==3.1.6",
18-
"psycopg==3.2.10",
18+
"psycopg==3.2.11",
1919
"pytest==8.4.2",
2020
"pytest-cov==7.0.0",
2121
"redis==6.4.0",
22-
"ruff==0.14.0",
22+
"ruff==0.14.1",
2323
"setuptools==80.9.0",
24-
"sqlalchemy==2.0.43",
24+
"sqlalchemy==2.0.44",
2525
"sqlalchemy-utils==0.42.0",
2626
"werkzeug==3.1.3",
2727
]

0 commit comments

Comments
 (0)