Skip to content

Commit fbf016f

Browse files
Bump gunicorn from 20.0.4 to 23.0.0
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@20.0.4...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 896433b commit fbf016f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Flask~=1.1.4
66
csh-ldap @ git+https://github.com/costowell/csh_ldap@67dd183744746c758d6c13878f539437d2628b63
77
ddtrace==3.12.2
88
flask_sqlalchemy~=2.5.1
9-
gunicorn~=20.0.4
9+
gunicorn~=23.0.0
1010
mypy==1.17.1
1111
onesignal-sdk~=1.0.0
1212
psycopg2-binary~=2.9.3

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ future==1.0.0
6262
# via pyjwkest
6363
greenlet==3.2.4
6464
# via sqlalchemy
65-
gunicorn==20.0.4
65+
gunicorn==23.0.0
6666
# via -r requirements.in
6767
idna==3.10
6868
# via requests
@@ -103,6 +103,8 @@ onesignal-sdk==1.0.0
103103
# via -r requirements.in
104104
opentelemetry-api==1.36.0
105105
# via ddtrace
106+
packaging==25.0
107+
# via gunicorn
106108
pathspec==0.12.1
107109
# via mypy
108110
pep517==0.13.1

0 commit comments

Comments
 (0)