Skip to content

Commit bc1ac6b

Browse files
Bump aiohttp from 3.9.5 to 3.10.0 (#149)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f505e83 commit bc1ac6b

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 @@
11
fastapi==0.111.1
2-
aiohttp==3.9.5
2+
aiohttp==3.10.0
33
aiocache==0.12.2
44
uvicorn==0.30.3

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.1", "aiohttp==3.9.5", "aiocache==0.12.2"],
14+
install_requires=["fastapi==0.111.1", "aiohttp==3.10.0", "aiocache==0.12.2"],
1515
python_requires=">=3.5",
1616
url="https://github.com/Tert0/fastapi-discord",
1717
)

0 commit comments

Comments
 (0)