Skip to content

Commit

Permalink
Bump gunicorn from 20.1.0 to 21.2.0 (#388)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2024
1 parent b367926 commit 4a08aae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -41,7 +41,7 @@ wget = ">=3.2"
ztfquery = "^1.18.4"
flask = {version = "^2.2.3", optional= true}
slackclient = {version = "^2.9.4", optional = true}
gunicorn = {version = "^20.1.0", optional = true}
gunicorn = {version = ">=20.1,<22.0", optional = true}
slackeventsapi = {version = "^3.0.1", optional = true}


Expand Down

0 comments on commit 4a08aae

Please sign in to comment.