Skip to content

Commit 4364a1c

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

File tree

2 files changed

+10
-25
lines changed

2 files changed

+10
-25
lines changed

poetry.lock

+9-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [{include = "page_analyzer"}]
99
[tool.poetry.dependencies]
1010
python = "^3.10"
1111
flask = "^2.3.2"
12-
gunicorn = "^20.1.0"
12+
gunicorn = ">=20.1,<23.0"
1313
python-dotenv = "^1.0.0"
1414
validators = "^0.20.0"
1515
psycopg = "^3.1.9"

0 commit comments

Comments
 (0)