Skip to content

Commit ed50b2d

Browse files
deps(pip): update gunicorn requirement from <23,>=21.2 to >=21.2,<24
Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@21.2.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 485423e commit ed50b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ tenacity>=8.3,<9
1919
dill>=0.3.8,<0.5
2020

2121
# Production server
22-
gunicorn>=21.2,<23
22+
gunicorn>=21.2,<24

0 commit comments

Comments
 (0)