diff --git a/requirements/ci.txt b/requirements/ci.txt index 2798130..3e76a41 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,5 +1,5 @@ -r prod.txt -cryptography==45.0.7; platform_machine!="i686" # no 32-bit wheels; no python 3.9 wheels yet +cryptography==46.0.1; platform_machine!="i686" # no 32-bit wheels; no python 3.9 wheels yet pytest==8.4.2 pytest-aiohttp==1.1.0 pytest-asyncio==1.2.0