From 5922f2c9a45b08cba2d64cf79431e7ce6b29008e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:22:50 +0000 Subject: [PATCH] build(deps): bump twisted from 21.2.0 to 23.10.0 in /python-client Bumps [twisted](https://github.com/twisted/twisted) from 21.2.0 to 23.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-21.2.0...twisted-23.10.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-client/requirement.txt | 2 +- python-client/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-client/requirement.txt b/python-client/requirement.txt index 52e1707316..041d79b372 100644 --- a/python-client/requirement.txt +++ b/python-client/requirement.txt @@ -1,4 +1,4 @@ -Twisted==21.2.0 +Twisted==23.10.0 aenum==3.0.0 thrift==0.13.0 pyOpenSSL==20.0.1 diff --git a/python-client/setup.py b/python-client/setup.py index 9b9d7c21aa..20dd01fa30 100644 --- a/python-client/setup.py +++ b/python-client/setup.py @@ -21,7 +21,7 @@ setup( name='pypegasus3', version=pypegasus.__version__, - install_requires=['Twisted==21.2.0', 'aenum==3.0.0', 'thrift==0.13.0', 'pyOpenSSL==20.0.1','cryptography==3.2'], + install_requires=['Twisted==23.10.0', 'aenum==3.0.0', 'thrift==0.13.0', 'pyOpenSSL==20.0.1','cryptography==3.2'], packages=find_packages(), package_data={'': ['logger.conf']}, platforms='any',