Skip to content

Commit aa830bf

Browse files
DPB - Bump gunicorn from 20.1.0 to 22.0.0 (#430)
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@20.1.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Allen <[email protected]>
1 parent 55e0440 commit aa830bf

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Flask-Migrate~=2.1.1
88
Flask-Gzip~=0.2
99
Flask-pyoidc~=3.14.3
1010
Flask-SQLAlchemy~=3.1.1
11-
gunicorn~=20.1.0
11+
gunicorn~=22.0.0
1212
isort~=4.3.4
1313
itsdangerous~=2.2.0
1414
Jinja2~=3.1.6

requirements.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ future==1.0.0
6868
# via pyjwkest
6969
greenlet==3.2.4
7070
# via sqlalchemy
71-
gunicorn==20.1.0
71+
gunicorn==22.0.0
7272
# via -r requirements.in
7373
idna==3.11
7474
# via requests
@@ -90,6 +90,8 @@ jinja2==3.1.6
9090
# flask
9191
lazy-object-proxy==1.4.3
9292
# via -r requirements.in
93+
legacy-cgi==2.6.3
94+
# via ddtrace
9395
mako==1.0.14
9496
# via
9597
# -r requirements.in
@@ -114,9 +116,9 @@ oic==1.6.1
114116
opentelemetry-api==1.38.0
115117
# via ddtrace
116118
packaging==25.0
117-
# via build
118-
pip==25.2
119-
# via pip-tools
119+
# via
120+
# build
121+
# gunicorn
120122
pip-tools==7.4.1
121123
# via -r requirements.in
122124
platformdirs==4.5.0
@@ -164,12 +166,8 @@ requests==2.32.5
164166
# flask-pyoidc
165167
# oic
166168
# pyjwkest
167-
sentry-sdk==2.24.1
169+
sentry-sdk[flask]==2.24.1
168170
# via -r requirements.in
169-
setuptools==80.9.0
170-
# via
171-
# gunicorn
172-
# pip-tools
173171
six==1.17.0
174172
# via
175173
# -r requirements.in

0 commit comments

Comments
 (0)