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

Commit 3f44657

Browse files
authored
Merge pull request #328 from CSCfi/dependabot/pip/aiohttp-3.8.3
Bump aiohttp from 3.8.1 to 3.8.3
2 parents 7036b67 + 3c0a1b4 commit 3f44657

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.1
1+
aiohttp==3.8.3
22
aiohttp-cors==0.7.0
33
asyncpg==0.26.0
44
jsonschema==4.16.0

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.26.0",
41-
"aiohttp==3.8.1",
41+
"aiohttp==3.8.3",
4242
"Authlib==1.1.0",
4343
"aiohttp-cors==0.7.0",
4444
"jsonschema==4.16.0",

0 commit comments

Comments
 (0)