From 49a44523b4ec661ce8ac5bbed3d0a8c5f4104a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 04:18:39 +0000 Subject: [PATCH] chore(deps-dev): bump frozenlist from 1.6.2 to 1.7.0 Bumps [frozenlist](https://github.com/aio-libs/frozenlist) from 1.6.2 to 1.7.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.6.2...v1.7.0) --- updated-dependencies: - dependency-name: frozenlist dependency-version: 1.7.0 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 f6938e8c..33463c5e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -131,7 +131,7 @@ anyio==4.9.0 ; python_version >= '3.7' async-timeout==5.0.1 ; python_version >= '3.6' -frozenlist==1.6.2 ; python_version >= '3.7' +frozenlist==1.7.0 ; python_version >= '3.7' h11==0.16.0 ; python_version >= '3.7'