From a5f098f27b15f472ec9e8b467eafc41fa5f00c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 00:39:29 +0000 Subject: [PATCH] :arrow_up: Bump frozenlist from 1.3.3 to 1.4.0 Bumps [frozenlist](https://github.com/aio-libs/frozenlist) from 1.3.3 to 1.4.0. - [Release notes](https://github.com/aio-libs/frozenlist/releases) - [Changelog](https://github.com/aio-libs/frozenlist/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/frozenlist/compare/v1.3.3...v1.4.0) --- updated-dependencies: - dependency-name: frozenlist dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5900323..528f8dc 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ async-timeout==4.0.2; python_version >= "3.6" asynctest==0.13.0; python_version < "3.8" and python_version >= "3.6" attrs==23.1.0; python_version >= "3.6" charset-normalizer==3.1.0; python_full_version >= "3.6.0" and python_version >= "3.6" -frozenlist==1.3.3; python_version >= "3.7" +frozenlist==1.4.0; python_version >= "3.7" idna==3.4; python_version >= "3.7" importlib-metadata==4.12.0; python_version < "3.8" multidict==6.0.4; python_version >= "3.7"