Skip to content

Commit c031dde

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ gql[requests]==3.4.1
2323
Flask==2.3.3
2424
graphql-server==3.0.0b6
2525
graphene==3.3
26-
gunicorn==22.0.0
26+
gunicorn==23.0.0
2727
greenlet==2.0.2
2828
gevent==23.9.0

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install_requires =
3232
Flask==2.3.3
3333
graphql-server==3.0.0b6
3434
graphene==3.3
35-
gunicorn==22.0.0
35+
gunicorn==23.0.0
3636
greenlet==2.0.2
3737
gevent==23.9.0
3838

0 commit comments

Comments
 (0)