Skip to content

Commit

Permalink
build(deps): bump cryptography from 3.2 to 43.0.1 in /python-client (#…
Browse files Browse the repository at this point in the history
…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](pyca/cryptography@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
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 9daece4 commit d1f6d61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python-client/requirement.txt
Original file line number Diff line number Diff line change
@@ -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
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==24.2.1','cryptography==43.0.1'],
packages=find_packages(),
package_data={'': ['logger.conf']},
platforms='any',
Expand Down

0 comments on commit d1f6d61

Please sign in to comment.