Skip to content

Commit

Permalink
Bump fastapi from 0.95.0 to 0.109.1 in /pipeline/inferrer/common (#2714)
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.95.0 to 0.109.1.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.95.0...0.109.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Štěpán Brychta <[email protected]>
  • Loading branch information
dependabot[bot] and StepanBrychta authored Jan 3, 2025
1 parent e1dd763 commit b1e5c82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pipeline/inferrer/common/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi==0.95.0
fastapi==0.109.1
gunicorn==20.1.0
uvicorn==0.11.7

Expand Down
21 changes: 11 additions & 10 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 @@ -38,14 +38,14 @@ click==7.1.2
# via uvicorn
exceptiongroup==1.2.1
# via anyio
fastapi==0.95.0
# via -r common/requirements.in
fastapi==0.109.1
# via -r requirements.in
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
gunicorn==20.1.0
# via -r common/requirements.in
# via -r requirements.in
h11==0.9.0
# via uvicorn
httptools==0.1.2
Expand All @@ -60,9 +60,9 @@ multidict==6.0.5
# aiohttp
# yarl
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 @@ -73,16 +73,17 @@ requests==2.32.3
# via piffle
sniffio==1.3.1
# via anyio
starlette==0.26.1
starlette==0.35.1
# via fastapi
typing-extensions==4.12.1
# via
# anyio
# fastapi
# pydantic
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
Expand Down

0 comments on commit b1e5c82

Please sign in to comment.