Skip to content

Commit 1156738

Browse files
Bump fastapi from 0.105.0 to 0.108.0 (#632)
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.105.0 to 0.108.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.105.0...0.108.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f51d284 commit 1156738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gunicorn==21.2.0
22
psycopg[binary]==3.1.16
3-
fastapi==0.105.0
3+
fastapi==0.108.0
44
uvicorn[standard]==0.25.0
55
pandas==2.1.4
66
PyYAML==6.0.1

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pydantic==2.5.3
33
pytest==7.4.3
44
requests==2.31.0
55
pylint==3.0.3
6-
fastapi==0.105.0
6+
fastapi==0.108.0
77
anybadge==1.14.0
88

99
# just to clear the pylint errors for the files in /api

0 commit comments

Comments
 (0)