From 60f2e6a5fcbfffab66ae5c4533944c29a7c02ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:21:58 +0000 Subject: [PATCH] chore: bump frozenlist from 1.3.3 to 1.4.0 Bumps [frozenlist](https://github.com/aio-libs/frozenlist) from 1.3.3 to 1.4.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.3.3...v1.4.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 42b5c5c..ecb0208 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ charset-normalizer==3.3.0 click==8.1.7 fastapi==0.103.1 fastapi-cache2==0.2.1 -frozenlist==1.3.3 +frozenlist==1.4.0 h11==0.14.0 hiredis==2.2.3 idna==3.4