Skip to content

Commit

Permalink
build(deps): bump cryptography from 3.4.6 to 3.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Mar 26, 2021
1 parent f7eff3f commit 0326fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-pinned.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cffi==1.14.5 # via cryptography, pynacl
colorama==0.4.4
cryptography==3.3.2 ; python_version < "3" # cryptography < 3.4 for python2 compat
cryptography==3.4.6 ; python_version >= "3"
cryptography==3.4.7 ; python_version >= "3"
enum34==1.1.10 ; python_version < "3" # via cryptography
ipaddress==1.0.23 ; python_version < "3" # via cryptography
pycparser==2.20 # via cffi
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
install_requires = ['six>=1.11.0', 'subprocess32; python_version < "3"'],
extras_require = {
'colors': ['colorama>=0.3.9'],
'crypto:python_version < "3"': ['cryptography>=3.3.2,<3.4'],
'crypto:python_version < "3"': ['cryptography>=3.3.2,<3.5'],
'crypto:python_version >= "3"': ['cryptography>=3.3.2'],
'pynacl': ['pynacl>1.2.0']},
tests_require = 'mock; python_version < "3.3"',
Expand Down

0 comments on commit 0326fe6

Please sign in to comment.