This is an automated email from the ASF dual-hosted git repository.

wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new d1f6d618a build(deps): bump cryptography from 3.2 to 43.0.1 in 
/python-client (#2121)
d1f6d618a is described below

commit d1f6d618aa9a58519aa1e14bef957281a420fce9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 23 11:37:11 2024 +0800

    build(deps): bump cryptography from 3.2 to 43.0.1 in /python-client (#2121)
    
    * build(deps): bump cryptography from 3.2 to 43.0.1 in /python-client
    
    Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 
43.0.1.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](https://github.com/pyca/cryptography/compare/3.2...43.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update requirement.txt
    
    * Update setup.py
    
    * Update requirement.txt
    
    * Update setup.py
---
 python-client/requirement.txt | 4 ++--
 python-client/setup.py        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/python-client/requirement.txt b/python-client/requirement.txt
index 52e170731..e785a8c16 100644
--- a/python-client/requirement.txt
+++ b/python-client/requirement.txt
@@ -1,5 +1,5 @@
 Twisted==21.2.0
 aenum==3.0.0
 thrift==0.13.0
-pyOpenSSL==20.0.1
-cryptography==3.2
+pyOpenSSL==24.2.1
+cryptography==43.0.1
diff --git a/python-client/setup.py b/python-client/setup.py
index 9b9d7c21a..44553ce8a 100644
--- a/python-client/setup.py
+++ b/python-client/setup.py
@@ -21,7 +21,7 @@ import pypegasus
 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==21.2.0', 'aenum==3.0.0', 'thrift==0.13.0', 
'pyOpenSSL==24.2.1','cryptography==43.0.1'],
     packages=find_packages(),
     package_data={'': ['logger.conf']},
     platforms='any',


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to