Skip to content

Commit 6fadaea

Browse files
Bump gunicorn from 22.0.0 to 25.1.0
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 25.1.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@22.0.0...25.1.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f480179 commit 6fadaea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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~=22.0.0
11+
gunicorn~=25.1.0
1212
isort~=6.1.0
1313
itsdangerous~=2.2.0
1414
Jinja2~=3.1.6

requirements.txt

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)