Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 0e7b41c

Browse files
Bump aiohttp from 3.8.4 to 3.8.5
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.8.4...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8914c4 commit 0e7b41c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.8.4
1+
aiohttp==3.8.5
22
aiohttp-cors==0.7.0
33
asyncpg==0.28.0
44
jsonschema==4.18.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
],
3838
install_requires=[
3939
"asyncpg==0.28.0",
40-
"aiohttp==3.8.4",
40+
"aiohttp==3.8.5",
4141
"Authlib==1.2.1",
4242
"aiohttp-cors==0.7.0",
4343
"jsonschema==4.18.3",

0 commit comments

Comments
 (0)