Skip to content

Commit d7e8b12

Browse files
Bump gunicorn from 21.2.0 to 22.0.0
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0b025e commit d7e8b12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"certifi==2024.2.2",
3030
"click==8.1.7",
3131
"cryptography==42.0.5",
32-
"gunicorn==21.2.0",
32+
"gunicorn==22.0.0",
3333
"keystoneauth1==5.6.0",
3434
"oidcrp==2.1.4",
3535
"python-swiftclient==4.5.0",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ asyncpg==0.29.0
55
certifi==2024.2.2
66
click==8.1.7
77
cryptography==42.0.5
8-
gunicorn==21.2.0
8+
gunicorn==22.0.0
99
keystoneauth1==5.6.0
1010
oidcrp==2.1.4
1111
python-swiftclient==4.5.0

0 commit comments

Comments
 (0)