Skip to content

Commit

Permalink
Bump required aiohttp version to 3.7.4 (#2509)
Browse files Browse the repository at this point in the history
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 <63936253+ichard26@users.noreply.github.com>
  • Loading branch information
zsol and ichard26 committed Sep 25, 2021
1 parent a5381ba commit 1af5331
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -5,6 +5,7 @@
### _Blackd_

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

## 21.9b0

Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -40,7 +40,7 @@ readme_renderer = "*"
black = {editable = true, extras = ["d", "jupyter"], path = "."}

[packages]
aiohttp = ">=3.6.0"
aiohttp = ">=3.7.4"
platformdirs= ">=2"
click = ">=8.0.0"
mypy_extensions = ">=0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -86,7 +86,7 @@ def get_long_description() -> str:
"mypy_extensions>=0.4.3",
],
extras_require={
"d": ["aiohttp>=3.6.0"],
"d": ["aiohttp>=3.7.4"],
"colorama": ["colorama>=0.4.3"],
"python2": ["typed-ast>=1.4.2"],
"uvloop": ["uvloop>=0.15.2"],
Expand Down

0 comments on commit 1af5331

Please sign in to comment.