Skip to content

Commit

Permalink
[PR #9305/9b33c814 backport][3.11] Increase minimum yarl requirement …
Browse files Browse the repository at this point in the history
…to 1.13.0 (#9313)

Co-authored-by: J. Nick Koston <nick@koston.org>
  • Loading branch information
patchback[bot] and bdraco authored Sep 27, 2024
1 parent 31b14d3 commit 1ffe9fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES/9305.breaking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Increased minimum yarl version to 1.12.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.12.0, < 2.0
yarl >= 1.13.0, < 2.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ install_requires =
attrs >= 17.3.0
frozenlist >= 1.1.1
multidict >=4.5, < 7.0
yarl >= 1.12.0, < 2.0
yarl >= 1.13.0, < 2.0

[options.exclude_package_data]
* =
Expand Down

0 comments on commit 1ffe9fa

Please sign in to comment.