From 4a4681d28c0ffa49c93d7366c2d9bbc4e12ecdf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 08:04:55 +0000 Subject: [PATCH] chore(deps): bump frozenlist from 1.5.0 to 1.7.0 Bumps [frozenlist](https://github.com/aio-libs/frozenlist) from 1.5.0 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.5.0...v1.7.0) --- updated-dependencies: - dependency-name: frozenlist dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 537c2566..727513e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and sys_pla coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0" cryptography==44.0.1 ; python_version >= "3.7" and python_version < "4.0" exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11" -frozenlist==1.5.0 ; python_version >= "3.7" and python_version < "4.0" +frozenlist==1.7.0 ; python_version >= "3.7" and python_version < "4.0" idna==3.10 ; python_version >= "3.7" and python_version < "4.0" importlib-metadata==6.7.0 ; python_version >= "3.7" and python_version < "3.8" iniconfig==2.1.0 ; python_version >= "3.7" and python_version < "4.0"