Skip to content

Commit 782b327

Browse files
Merge pull request #14 from RedHatInsights/konflux/mintmaker/main/python-deps
Update dependency fastapi to v0.128.8
2 parents 3533d25 + c4bc02f commit 782b327

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.128.7
1+
fastapi==0.128.8
22
uvicorn[standard]==0.40.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.128.7
18+
fastapi ==0.128.8
1919
prometheus_fastapi_instrumentator ==7.1.0
2020

2121
boto3

0 commit comments

Comments
 (0)