Skip to content

Commit

Permalink
Bump cryptography from 2.9.2 to 3.2.1 (#500)
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.2 to 3.2.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](pyca/cryptography@2.9.2...3.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 28, 2020
1 parent 5c3f37d commit de2c8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def _get_arrow_lib_as_linker_input(self):
'pycryptodomex>=3.2,!=3.5.0,<4.0.0',
'pyOpenSSL>=16.2.0,<21.0.0',
'cffi>=1.9,<1.15',
'cryptography>=2.5.0,<3.0.0',
'cryptography>=2.5.0,<4.0.0',
'pyjwt<2.0.0',
'idna<2.11',
'oscrypto<2.0.0',
Expand Down

0 comments on commit de2c8b4

Please sign in to comment.