Skip to content

Commit ec46e87

Browse files
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](pyca/cryptography@43.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 88bd9a3 commit ec46e87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python-client/requirement.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Twisted==21.2.0
22
aenum==3.0.0
33
thrift==0.13.0
44
pyOpenSSL==24.2.1
5-
cryptography==43.0.1
5+
cryptography==44.0.1

python-client/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
setup(
2222
name='pypegasus3',
2323
version=pypegasus.__version__,
24-
install_requires=['Twisted==21.2.0', 'aenum==3.0.0', 'thrift==0.13.0', 'pyOpenSSL==24.2.1','cryptography==43.0.1'],
24+
install_requires=['Twisted==21.2.0', 'aenum==3.0.0', 'thrift==0.13.0', 'pyOpenSSL==24.2.1','cryptography==44.0.1'],
2525
packages=find_packages(),
2626
package_data={'': ['logger.conf']},
2727
platforms='any',

0 commit comments

Comments
 (0)