From 87b867ac3bb00e32e44a34e06c729edc5bbdab1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:21:35 +0000 Subject: [PATCH] build(deps): bump frozenlist from 1.4.1 to 1.5.0 (#160) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0e857ed..d5a972c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ certifi==2024.8.30 # via # httpcore # httpx -frozenlist==1.4.1 +frozenlist==1.5.0 # via # aiohttp # aiosignal