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

Commit 274c5c0

Browse files
Bump aiohttp from 3.7.4.post0 to 3.8.1
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4.post0 to 3.8.1. - [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.7.4.post0...v3.8.1) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d3a9ee4 commit 274c5c0

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 @@
1-
aiohttp==3.7.4.post0
1+
aiohttp==3.8.1
22
aiohttp-cors==0.7.0
33
asyncpg==0.25.0
44
jsonschema==3.2.0; python_version < '3.7'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
install_requires=[
4040
"asyncpg==0.25.0",
41-
"aiohttp==3.7.4.post0",
41+
"aiohttp==3.8.1",
4242
"Authlib==0.15.5",
4343
"aiohttp-cors==0.7.0",
4444
"jsonschema==3.2.0; python_version < '3.7'",

0 commit comments

Comments
 (0)