From f0a1a27afbb0e7ee2ca7d58340aab0a849f1fd8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 08:06:25 +0000 Subject: [PATCH] chore(deps): bump frozenlist from 1.7.0 to 1.8.0 Bumps [frozenlist](https://github.com/aio-libs/frozenlist) from 1.7.0 to 1.8.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.7.0...v1.8.0) --- updated-dependencies: - dependency-name: frozenlist dependency-version: 1.8.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 f0f28bfe..fbd96b53 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.9.2 ; python_version >= "3.7" and python_version < "4.0" cryptography==44.0.1 ; python_version >= "3.7" and python_version < "4.0" exceptiongroup==1.3.0 ; python_version >= "3.7" and python_version < "3.11" -frozenlist==1.7.0 ; python_version >= "3.7" and python_version < "4.0" +frozenlist==1.8.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"