Skip to content

Commit

Permalink
chore(deps): bump gunicorn from 21.2.0 to 22.0.0 (#77)
Browse files Browse the repository at this point in the history
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@21.2.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent b54959d commit 8ccf6fb
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 @@ -11,7 +11,7 @@ packages = [{include = "async_processor"}]
python = ">=3.8,<3.13"
prometheus_client = ">=0.17.1,<0.18.0"
fastapi = ">=0.93.0,<0.110.0"
gunicorn = ">=21.2.0,<21.3.0"
gunicorn = ">=21.2.0,<22.1.0"
uvicorn = ">=0.23.2,<0.24.0"
orjson = ">=3.9.2,<3.10.0"
starlette = ">=0.27.0,<0.36.0"
Expand Down

0 comments on commit 8ccf6fb

Please sign in to comment.