From 628bdb714106131d7c6b8d5ee4432094a2d076eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 04:56:53 +0000 Subject: [PATCH] chore(deps-dev): bump frozenlist from 1.5.0 to 1.6.0 Bumps [frozenlist](https://github.com/aio-libs/frozenlist) from 1.5.0 to 1.6.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.5.0...v1.6.0) --- updated-dependencies: - dependency-name: frozenlist dependency-version: 1.6.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 8e2d5c2d..ffa050fb 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.5.0 ; python_version >= '3.7' +frozenlist==1.6.0 ; python_version >= '3.7' h11==0.14.0 ; python_version >= '3.7'