Skip to content

Commit ec200eb

Browse files
Merge pull request #19 from RedHatInsights/konflux/mintmaker/main/python-deps
Update dependency fastapi to v0.129.1
2 parents 2c66120 + 7c6108b commit ec200eb

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.0
1+
fastapi==0.129.1
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.0
18+
fastapi ==0.129.1
1919
prometheus_fastapi_instrumentator ==7.1.0
2020

2121
boto3

0 commit comments

Comments
 (0)