Skip to content

Commit 43510bf

Browse files
Bump aiohttp from 3.11.0 to 3.11.2 (#182)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.0 to 3.11.2. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.11.0...v3.11.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 285f8e3 commit 43510bf

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.115.5
2-
aiohttp==3.11.0
2+
aiohttp==3.11.2
33
aiocache==0.12.3
44
uvicorn==0.32.0

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.115.5", "aiohttp==3.11.0", "aiocache==0.12.3"],
14+
install_requires=["fastapi==0.115.5", "aiohttp==3.11.2", "aiocache==0.12.3"],
1515
python_requires=">=3.5",
1616
url="https://github.com/Tert0/fastapi-discord",
1717
)

0 commit comments

Comments
 (0)