From b21b00de07b12a9e08ded66ed1d708f17b258526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 08:12:47 +0000 Subject: [PATCH] chore(deps-dev): bump frozenlist from 1.4.1 to 1.5.0 in /it/python 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] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index d3b43f2c09..cb701c5c19 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -84,7 +84,7 @@ cffi==1.17.1 cryptography==43.0.3 ; python_version >= '3.7' -frozenlist==1.4.1 ; python_version >= '3.7' +frozenlist==1.5.0 ; python_version >= '3.7' h11==0.14.0 ; python_version >= '3.7'