Skip to content

Commit 676a469

Browse files
Bump aiohttp from 3.8.5 to 3.8.6 (#112)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.8.6. - [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.8.5...v3.8.6) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d260b11 commit 676a469

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.103.2
2-
aiohttp==3.8.5
2+
aiohttp==3.8.6
33
aiocache==0.12.2
44
uvicorn==0.23.2

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

0 commit comments

Comments
 (0)