From 4c1aae52b4edb4747a1a0310ce18b433eb3524da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:49:41 +0000 Subject: [PATCH] Bump frozenlist from 1.3.3 to 1.4.0 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index febae8e..2b5a293 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ charset-normalizer==3.1.0 click==8.1.3 ecdsa==0.18.0 fastapi==0.95.0 -frozenlist==1.3.3 +frozenlist==1.4.0 gunicorn==20.1.0 h11==0.14.0 httptools==0.5.0