Skip to content

Commit 84b8dfa

Browse files
Bump aiohttp from 3.10.2 to 3.10.3 (#157)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f2e650 commit 84b8dfa

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 @@
11
fastapi==0.112.0
2-
aiohttp==3.10.2
2+
aiohttp==3.10.3
33
aiocache==0.12.2
44
uvicorn==0.30.5

setup.py

Lines changed: 1 addition & 1 deletion
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.112.0", "aiohttp==3.10.2", "aiocache==0.12.2"],
14+
install_requires=["fastapi==0.112.0", "aiohttp==3.10.3", "aiocache==0.12.2"],
1515
python_requires=">=3.5",
1616
url="https://github.com/Tert0/fastapi-discord",
1717
)

0 commit comments

Comments
 (0)