From 5a2799b393a650c90cc91986f2d8369c27e8a8e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:16:53 +0000 Subject: [PATCH] Bump twisted from 16.2.0 to 23.8.0 Bumps [twisted](https://github.com/twisted/twisted) from 16.2.0 to 23.8.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-16.2.0...twisted-23.8.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b2b1a9e..6de70be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ flake8==2.6.0 logger==1.4 numpy==1.11.0 requests==2.1.0 -twisted==16.2.0 +twisted==23.8.0 urllib3==1.10.4 git+https://github.com/couchbaselabs/python-dcp-client.git#egg=dcp-client diff --git a/setup.py b/setup.py index 071a4a1..3bed00a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'numpy==1.11.0', 'requests==2.1.0', 'urllib3==1.10.4', - 'twisted==16.2.0', + 'twisted==23.8.0', 'dcp-client' ], dependency_links=[