Skip to content

Commit 8e57b3f

Browse files
Merge branch 'develop' into dependabot/npm_and_yarn/multi-2faf02fd40
2 parents 2fbef74 + 4df78fa commit 8e57b3f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Flask-Migrate~=2.1.1
88
Flask-Gzip~=0.2
99
Flask-pyoidc~=3.14.3
1010
Flask-SQLAlchemy~=3.1.1
11-
gunicorn~=22.0.0
11+
gunicorn~=25.1.0
1212
isort~=6.1.0
1313
itsdangerous~=2.2.0
1414
Jinja2~=3.1.6
15-
lazy-object-proxy~=1.4.0
15+
lazy-object-proxy~=1.12.0
1616
Mako~=1.3.10
1717
MarkupSafe~=3.0.2
1818
mccabe~=0.7.0
@@ -24,7 +24,7 @@ python-dateutil~=2.6.1
2424
python-editor~=1.0.3
2525
sentry-sdk[flask]~=2.24.1
2626
six~=1.17.0
27-
SQLAlchemy~=2.0.40
27+
SQLAlchemy~=2.0.48
2828
structlog~=25.5.0
2929
Werkzeug~=3.1.6
3030
wrapt~=1.17.2

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ future==1.0.0
6868
# via pyjwkest
6969
greenlet==3.3.0
7070
# via sqlalchemy
71-
gunicorn==22.0.0
71+
gunicorn==25.1.0
7272
# via -r requirements.in
7373
idna==3.11
7474
# via requests
@@ -88,7 +88,7 @@ jinja2==3.1.6
8888
# via
8989
# -r requirements.in
9090
# flask
91-
lazy-object-proxy==1.4.3
91+
lazy-object-proxy==1.12.0
9292
# via -r requirements.in
9393
mako==1.3.10
9494
# via
@@ -170,7 +170,7 @@ six==1.17.0
170170
# -r requirements.in
171171
# pyjwkest
172172
# python-dateutil
173-
sqlalchemy==2.0.45
173+
sqlalchemy==2.0.48
174174
# via
175175
# -r requirements.in
176176
# alembic

0 commit comments

Comments
 (0)