Skip to content

Commit 1af5331

Browse files
zsolichard26
andauthored
Bump required aiohttp version to 3.7.4 (#2509)
Commit history before merge: * Bump required aiohttp version to 3.7.4 This release includes an important security fix (GHSA-v6wp-4m6f-gcjg) and many other improvements. * add changelog entry * Let's not forget about Pipfile Co-authored-by: Richard Si <[email protected]>
1 parent a5381ba commit 1af5331

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### _Blackd_
66

77
- Remove dependency on aiohttp-cors (#2500)
8+
- Bump required aiohttp version to 3.7.4 (#2509)
89

910
## 21.9b0
1011

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ readme_renderer = "*"
4040
black = {editable = true, extras = ["d", "jupyter"], path = "."}
4141

4242
[packages]
43-
aiohttp = ">=3.6.0"
43+
aiohttp = ">=3.7.4"
4444
platformdirs= ">=2"
4545
click = ">=8.0.0"
4646
mypy_extensions = ">=0.4.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def get_long_description() -> str:
8686
"mypy_extensions>=0.4.3",
8787
],
8888
extras_require={
89-
"d": ["aiohttp>=3.6.0"],
89+
"d": ["aiohttp>=3.7.4"],
9090
"colorama": ["colorama>=0.4.3"],
9191
"python2": ["typed-ast>=1.4.2"],
9292
"uvloop": ["uvloop>=0.15.2"],

0 commit comments

Comments
 (0)