Skip to content

Commit 7b7c48f

Browse files
Bump fastapi from 0.111.0 to 0.111.1 (#147)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf17cb4 commit 7b7c48f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fastapi==0.111.0
1+
fastapi==0.111.1
22
aiohttp==3.9.5
33
aiocache==0.12.2
44
uvicorn==0.30.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description_content_type="text/markdown",
1212
author="Tert0",
1313
license="MIT",
14-
install_requires=["fastapi==0.111.0", "aiohttp==3.9.5", "aiocache==0.12.2"],
14+
install_requires=["fastapi==0.111.1", "aiohttp==3.9.5", "aiocache==0.12.2"],
1515
python_requires=">=3.5",
1616
url="https://github.com/Tert0/fastapi-discord",
1717
)

0 commit comments

Comments
 (0)