Skip to content

Commit b808104

Browse files
Merge pull request #21 from RedHatInsights/konflux/mintmaker/main/python-deps
Update dependency fastapi to v0.131.0
2 parents c6f6052 + 7bd7220 commit b808104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fastapi==0.129.2
1+
fastapi==0.131.0
22
uvicorn[standard]==0.41.0
33
prometheus_fastapi_instrumentator==7.1.0
44
sentry-sdk>=1.37.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ packages = find:
1515
python_requires = >=3.6
1616
install_requires =
1717
uvicorn[standard] >= 0.31.1
18-
fastapi ==0.129.2
18+
fastapi ==0.131.0
1919
prometheus_fastapi_instrumentator ==7.1.0
2020

2121
boto3

0 commit comments

Comments
 (0)