Skip to content

Commit

Permalink
Bump yarl requirement to >=1.11.0 (#9079)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 9, 2024
1 parent b543677 commit 7404afc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES/9079.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Increase minimum yarl version to 1.11.0 -- by :user:`bdraco`.
2 changes: 1 addition & 1 deletion requirements/runtime-deps.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Brotli; platform_python_implementation == 'CPython'
brotlicffi; platform_python_implementation != 'CPython'
frozenlist >= 1.1.1
multidict >=4.5, < 7.0
yarl >= 1.6, < 2.0
yarl >= 1.11.0, < 2.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install_requires =
async-timeout >= 4.0, < 5.0 ; python_version < "3.11"
frozenlist >= 1.1.1
multidict >=4.5, < 7.0
yarl >= 1.6, < 2.0
yarl >= 1.11.0, < 2.0

[options.exclude_package_data]
* =
Expand Down

0 comments on commit 7404afc

Please sign in to comment.