From ec46e8766dbcc731039fa201799595e97cdd3fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 01:56:47 +0000 Subject: [PATCH] build(deps): bump cryptography from 43.0.1 to 44.0.1 in /python-client Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography 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 e785a8c169..548a6bc21f 100644 --- a/python-client/requirement.txt +++ b/python-client/requirement.txt @@ -2,4 +2,4 @@ Twisted==21.2.0 aenum==3.0.0 thrift==0.13.0 pyOpenSSL==24.2.1 -cryptography==43.0.1 +cryptography==44.0.1 diff --git a/python-client/setup.py b/python-client/setup.py index 44553ce8a4..98fcf9b42c 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==24.2.1','cryptography==43.0.1'], + install_requires=['Twisted==21.2.0', 'aenum==3.0.0', 'thrift==0.13.0', 'pyOpenSSL==24.2.1','cryptography==44.0.1'], packages=find_packages(), package_data={'': ['logger.conf']}, platforms='any',