From 069909af77171b1d925aed6cefe168a7e5e50f50 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 12 May 2022 06:33:36 +0800 Subject: repair CI (#1116) * repair CI * more fixes * pypy39 requires latest cryptography * Apply suggestions from code review Co-authored-by: Alex Gaynor * use constant * bump minimum version * remove unneeded try * fix Co-authored-by: Alex Gaynor --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6cbc259..b30c159 100755 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ if __name__ == "__main__": package_dir={"": "src"}, install_requires=[ # Fix cryptographyMinimum in tox.ini when changing this! - "cryptography>=35.0", + "cryptography>=37.0.2", ], extras_require={ "test": ["flaky", "pretend", "pytest>=3.0.1"], -- cgit v1.2.1