From ce9cb7846791b2bb87f1a7407fe7c1a8bbd35e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 21:50:19 +0000 Subject: [PATCH] Bump twisted from 22.1 to 22.2.0 in /backend/requirements Bumps [twisted](https://github.com/twisted/twisted) from 22.1 to 22.2.0. - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/twisted-22.2.0/NEWS.rst) - [Commits](https://github.com/twisted/twisted/compare/twisted-22.1.0...twisted-22.2.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements/base.txt | 2 +- backend/requirements/dev_frozen.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index aae11de67..1217237ce 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -4,7 +4,7 @@ djangorestframework==3.13.1 drf-jwt==1.19.1 psycopg2==2.9.1 Faker==8.11.0 -Twisted==22.1 +Twisted==22.2.0 gunicorn==20.1.0 uvicorn[standard]==0.15.0 requests==2.26.0 diff --git a/backend/requirements/dev_frozen.txt b/backend/requirements/dev_frozen.txt index 36323ab1d..de39cc96c 100644 --- a/backend/requirements/dev_frozen.txt +++ b/backend/requirements/dev_frozen.txt @@ -137,7 +137,7 @@ text-unidecode==1.3 toml==0.10.2 tomli==1.2.3 tqdm==4.62.3 -Twisted==22.1.0 +Twisted==22.2.0 txaio==22.2.1 typed-ast==1.5.2 typing_extensions==4.1.1