Skip to content

Commit

Permalink
Merge pull request #295 from GoSecure/dependabot/pip/cryptography-3.3.2
Browse files Browse the repository at this point in the history
chore(deps): bump cryptography from 3.2 to 3.3.2
  • Loading branch information
obilodeau authored Feb 12, 2021
2 parents ff8b445 + 8146d25 commit a1932f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-slim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ attrs==20.2.0
Automat==20.2.0
cffi==1.14.3
constantly==15.1.0
cryptography==3.2
cryptography==3.3.2
hyperlink==20.0.1
idna==2.10
incremental==17.5.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Automat==20.2.0
av==8.0.2
cffi==1.14.3
constantly==15.1.0
cryptography==3.2
cryptography==3.3.2
dbus-python==1.2.16
hyperlink==20.0.1
idna==2.10
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
install_requires=[
'appdirs>=1,<2',
'cryptography>=2.2,<4',
'cryptography>=3.3.2,<4',
'names>=0,<1',
'progressbar2>=3.20,<4',
'pyasn1>=0,<1',
Expand Down

0 comments on commit a1932f2

Please sign in to comment.