From 1ffe9faa912cca8e0a6d07dcb97d72bdb5cf5e0c Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:19:42 -0500 Subject: [PATCH] [PR #9305/9b33c814 backport][3.11] Increase minimum yarl requirement to 1.13.0 (#9313) Co-authored-by: J. Nick Koston --- CHANGES/9305.breaking.rst | 1 + requirements/runtime-deps.in | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 CHANGES/9305.breaking.rst diff --git a/CHANGES/9305.breaking.rst b/CHANGES/9305.breaking.rst new file mode 100644 index 00000000000..82fec1d21b4 --- /dev/null +++ b/CHANGES/9305.breaking.rst @@ -0,0 +1 @@ +Increased minimum yarl version to 1.12.0 -- by :user:`bdraco`. diff --git a/requirements/runtime-deps.in b/requirements/runtime-deps.in index 9a199453d55..4b8ab98dd08 100644 --- a/requirements/runtime-deps.in +++ b/requirements/runtime-deps.in @@ -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 diff --git a/setup.cfg b/setup.cfg index 8168dac4408..781fc4ca40f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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] * =