From 6dea22e81f1cb584f74c80a25fa9b94e628f9bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:54:30 +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 3f49eca..8eaf386 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