Skip to content

Commit 19ce9c5

Browse files
authored
Remove upper bound on cryptography version (jpadilla#693)
Cryptography has adopted a firefox-style versioning system where new feature releases always have new major versions even if they don't have backwards incompatible changes. This means that an upper bound on the dependency does not make sense.
1 parent 9249fc7 commit 19ce9c5

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>=3.3.1,<4.0.0
47+
cryptography>=3.3.1
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>=3.3.1,<4.0.0
55+
cryptography>=3.3.1
5656
pytest>=6.0.0,<7.0.0
5757
coverage[toml]==5.0.4
5858
mypy

0 commit comments

Comments
 (0)