Skip to content

Commit

Permalink
Bump gunicorn from 20.1.0 to 22.0.0 in /pipeline/inferrer/common
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent cc5f117 commit a40cbdc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pipeline/inferrer/common/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastapi==0.95.0
gunicorn==20.1.0
gunicorn==22.0.0
uvicorn==0.11.7

aiofile>=3.8.8
Expand Down
23 changes: 11 additions & 12 deletions pipeline/inferrer/common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ addict==2.4.0
aiodns==3.2.0
# via aiohttp
aiofile==3.8.8
# via -r common/requirements.in
# via -r requirements.in
aiohttp[speedups]==3.9.5
# via -r common/requirements.in
# via -r requirements.in
aiosignal==1.3.1
# via aiohttp
anyio==4.4.0
# via starlette
async-timeout==4.0.3
# via
# -r common/requirements.in
# -r requirements.in
# aiohttp
attrs==23.2.0
# via aiohttp
Expand All @@ -39,13 +39,13 @@ click==7.1.2
exceptiongroup==1.2.1
# via anyio
fastapi==0.95.0
# via -r common/requirements.in
# via -r requirements.in
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
gunicorn==20.1.0
# via -r common/requirements.in
gunicorn==22.0.0
# via -r requirements.in
h11==0.9.0
# via uvicorn
httptools==0.1.2
Expand All @@ -59,10 +59,12 @@ multidict==6.0.5
# via
# aiohttp
# yarl
packaging==24.1
# via gunicorn
piffle==0.5.0
# via -r common/requirements.in
# via -r requirements.in
pillow==10.3.0
# via -r common/requirements.in
# via -r requirements.in
pycares==4.4.0
# via aiodns
pycparser==2.22
Expand All @@ -82,13 +84,10 @@ typing-extensions==4.12.1
urllib3==2.2.1
# via requests
uvicorn==0.11.7
# via -r common/requirements.in
# via -r requirements.in
uvloop==0.19.0
# via uvicorn
websockets==8.1
# via uvicorn
yarl==1.9.4
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit a40cbdc

Please sign in to comment.