Skip to content

Commit

Permalink
build(deps): bump cryptography from 3.2 to 42.0.4 in /python-client
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 42.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.2...42.0.4)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent 7a20b56 commit 52e7fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python-client/requirement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Twisted==21.2.0
aenum==3.0.0
thrift==0.13.0
pyOpenSSL==20.0.1
cryptography==3.2
cryptography==42.0.4
2 changes: 1 addition & 1 deletion python-client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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==21.2.0', 'aenum==3.0.0', 'thrift==0.13.0', 'pyOpenSSL==20.0.1','cryptography==42.0.4'],
packages=find_packages(),
package_data={'': ['logger.conf']},
platforms='any',
Expand Down

0 comments on commit 52e7fee

Please sign in to comment.