Skip to content

Commit

Permalink
fix(deps): update dependency gunicorn to v22 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent cf18c51 commit 9204b47
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
26 changes: 19 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
flask = "^2.0.0"
gunicorn = "^20.0.4"
gunicorn = "^22.0.0"

[tool.poetry.group.dev.dependencies]
pytest-bdd = "^6.1.1"
Expand Down

0 comments on commit 9204b47

Please sign in to comment.