Skip to content

Commit

Permalink
[PR #9079/7404afc backport][3.11] Bump yarl requirement to >=1.11.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 9, 2024
1 parent 3bd4baa commit 424af54
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 @@ -9,4 +9,4 @@ Brotli; platform_python_implementation == 'CPython'
brotlicffi; platform_python_implementation != 'CPython'
frozenlist >= 1.1.1
multidict >=4.5, < 7.0
yarl >= 1.0, < 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 @@ -54,7 +54,7 @@ install_requires =
attrs >= 17.3.0
frozenlist >= 1.1.1
multidict >=4.5, < 7.0
yarl >= 1.0, < 2.0
yarl >= 1.11.0, < 2.0

[options.exclude_package_data]
* =
Expand Down

0 comments on commit 424af54

Please sign in to comment.