From dbb8b346631abd410b96599c0cb3da4402e11617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 21:18:09 +0000 Subject: [PATCH] Bump twisted from 19.10.0 to 22.4.0 in /artscraper Bumps [twisted](https://github.com/twisted/twisted) from 19.10.0 to 22.4.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-19.10.0...twisted-22.4.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- artscraper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artscraper/requirements.txt b/artscraper/requirements.txt index 52842bc..12187c6 100644 --- a/artscraper/requirements.txt +++ b/artscraper/requirements.txt @@ -33,7 +33,7 @@ scrapy==1.8.0 service-identity==18.1.0 six==1.15.0 starlette==0.12.9 -twisted==20.3.0; python_version >= "3.5" +twisted==22.4.0; python_version >= "3.5" urllib3==1.25.10; python_version != "3.4" uvicorn==0.11.8 uvloop==0.14.0; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy"