Skip to content

Commit 2d3063b

Browse files
Bump fastapi from 0.95.2 to 0.120.4
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.95.2 to 0.120.4. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.95.2...0.120.4) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.120.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9065f20 commit 2d3063b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

requirements.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#
55
# pip-compile --no-emit-options --output-file=requirements.txt requirements.in
66
#
7+
annotated-doc==0.0.3
8+
# via fastapi
79
anyio==3.6.2
810
# via
911
# httpx
@@ -30,7 +32,7 @@ cryptography==39.0.0
3032
# via paramiko
3133
fabric==2.7.1
3234
# via rqmonitor
33-
fastapi==0.95.2
35+
fastapi==0.120.4
3436
# via -r requirements.in
3537
flask==2.2.2
3638
# via rqmonitor
@@ -109,12 +111,15 @@ six==1.16.0
109111
# rqmonitor
110112
sniffio==1.3.0
111113
# via anyio
112-
starlette==0.27.0
114+
starlette==0.49.1
113115
# via fastapi
114116
toml==0.10.2
115117
# via -r requirements.in
116-
typing-extensions==4.4.0
117-
# via pydantic
118+
typing-extensions==4.15.0
119+
# via
120+
# fastapi
121+
# pydantic
122+
# starlette
118123
uvicorn==0.38.0
119124
# via -r requirements.in
120125
werkzeug==2.2.2

0 commit comments

Comments
 (0)