From a76aee0f12948a15157f6ddb888b54911164f64d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 19:39:37 +0000 Subject: [PATCH] Bump twisted from 20.3.0 to 22.10.0 in /requirements Bumps [twisted](https://github.com/twisted/twisted) from 20.3.0 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-20.3.0...twisted-22.10.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 21b0889..a57a1c0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -52,7 +52,7 @@ redis==3.3.8 # https://github.com/antirez/redis sentry-asgi==0.2.0 sentry-sdk==0.12.2 # https://github.com/getsentry/sentry-python SQLAlchemy==1.3.19 # needed for pandas to parse legacy data from database -twisted==20.3.0 +twisted==22.10.0 txaio==18.8.1 typing-extensions==3.7.4 vine==1.3.0