From 9c4a2316d31c2bee9a6bcdae7be1dfa4ac12f031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 05:40:58 +0000 Subject: [PATCH] chore(deps-dev): bump frozenlist from 1.4.1 to 1.5.0 Bumps [frozenlist](https://github.com/aio-libs/frozenlist) from 1.4.1 to 1.5.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.4.1...v1.5.0) --- updated-dependencies: - dependency-name: frozenlist 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 03c2f5a4..8da0a858 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -129,7 +129,7 @@ anyio==4.5.2 ; python_version >= '3.7' async-timeout==4.0.3 ; python_version >= '3.6' -frozenlist==1.4.1 ; python_version >= '3.7' +frozenlist==1.5.0 ; python_version >= '3.7' h11==0.14.0 ; python_version >= '3.7'