Skip to content

Commit 4823647

Browse files
authored
Update requirement on cryptography (#575)
1 parent 4770745 commit 4823647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ docs =
4444
sphinx-rtd-theme
4545
zope.interface
4646
crypto =
47-
cryptography>=2.6,<4.0.0
47+
cryptography>=3.3.1,<4.0.0
4848
tests =
4949
pytest>=6.0.0,<7.0.0
5050
coverage[toml]==5.0.4
5151
dev =
5252
sphinx
5353
sphinx-rtd-theme
5454
zope.interface
55-
cryptography>=2.6,<4.0.0
55+
cryptography>=3.3.1,<4.0.0
5656
pytest>=6.0.0,<7.0.0
5757
coverage[toml]==5.0.4
5858
mypy

0 commit comments

Comments
 (0)