From cfbbb6670b35df06abab329dd4d564d534034dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:33:23 +0000 Subject: [PATCH] build(deps): bump twisted from 21.2.0 to 24.7.0 in /python-client Bumps [twisted](https://github.com/twisted/twisted) from 21.2.0 to 24.7.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-24.7.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..569dc259d2 100644 --- a/python-client/requirement.txt +++ b/python-client/requirement.txt @@ -1,4 +1,4 @@ -Twisted==21.2.0 +Twisted==24.7.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..c2b4da1088 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==24.7.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',