From 8d6443f6ddbf729848cd1cc60fc4b98ef008dad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 04:57:03 +0000 Subject: [PATCH] chore(deps-dev): bump frozenlist from 1.6.0 to 1.6.2 Bumps [frozenlist](https://github.com/aio-libs/frozenlist) from 1.6.0 to 1.6.2. - [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.0...v1.6.2) --- updated-dependencies: - dependency-name: frozenlist dependency-version: 1.6.2 dependency-type: direct:development update-type: version-update:semver-patch ... 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 6b2ab9d6..a1bfd281 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.0 ; python_version >= '3.7' +frozenlist==1.6.2 ; python_version >= '3.7' h11==0.16.0 ; python_version >= '3.7'