diff --git a/setup.cfg b/setup.cfg index 16f7cca3..10e8be55 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ install_requires = # And we will use the cryptography (X+3).0.0 as the upper bound, # based on their latest deprecation policy # https://cryptography.io/en/latest/api-stability/#deprecation - cryptography>=2.5,<47 + cryptography>=2.5,<48 [options.extras_require]