From 463f01d1b8d9b087f9fce81b7f6ec98adb828985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 16:28:34 +0000 Subject: [PATCH] Bump twisted from 22.1 to 22.10.0 in /backend/requirements Bumps [twisted](https://github.com/twisted/twisted) from 22.1 to 22.10.0. - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst) - [Commits](https://github.com/twisted/twisted/compare/twisted-22.1.0...twisted-22.10.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements/base.in | 2 +- backend/requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements/base.in b/backend/requirements/base.in index 298e0b001..33df189e1 100644 --- a/backend/requirements/base.in +++ b/backend/requirements/base.in @@ -4,7 +4,7 @@ djangorestframework==3.13.1 djangorestframework-simplejwt==5.2.0 psycopg2==2.9.1 Faker==8.11.0 -Twisted==22.1 +Twisted==22.10.0 gunicorn==20.1.0 uvicorn[standard]==0.15.0 websockets==10.3 diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index d2bf79705..0abf6a21b 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -273,7 +273,7 @@ text-unidecode==1.3 # via faker tqdm==4.62.3 # via -r base.in -twisted[tls]==22.1.0 +twisted[tls]==22.10.0 # via # -r base.in # daphne