From a4a687fe25b75b54ee3341b39550d14f88e92b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:10:14 +0000 Subject: [PATCH] chore(deps): 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: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 1ed4ca8..c2d70c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ fastapi==0.115.5 fastapi-cache2==0.2.2 fastapi-cli==0.0.5 flake8==7.1.1 -frozenlist==1.4.1 +frozenlist==1.5.0 gevent==24.11.1 greenlet==3.1.1 h11==0.14.0