diff --git a/CHANGES/9079.misc.rst b/CHANGES/9079.misc.rst new file mode 100644 index 00000000000..db20492c9f8 --- /dev/null +++ b/CHANGES/9079.misc.rst @@ -0,0 +1 @@ +Increase minimum yarl version to 1.11.0 -- by :user:`bdraco`. diff --git a/requirements/runtime-deps.in b/requirements/runtime-deps.in index 2299584a463..1b440bc7c68 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.0, < 2.0 +yarl >= 1.11.0, < 2.0 diff --git a/setup.cfg b/setup.cfg index cd1602880e6..c5258115f11 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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] * =