From af97dc88adc7961d5075a39bbe8357b2d39be1b9 Mon Sep 17 00:00:00 2001 From: avollkopf <43980694+avollkopf@users.noreply.github.com> Date: Mon, 5 Jun 2023 07:46:42 +0200 Subject: [PATCH] Revert "changed cryptography requirement due to dependabot alarm" This reverts commit eb646fc5293f93ce2a7b32dea47474477dda3c6b. --- cbpi/__init__.py | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cbpi/__init__.py b/cbpi/__init__.py index 4ac1b43..045ac09 100644 --- a/cbpi/__init__.py +++ b/cbpi/__init__.py @@ -1,3 +1,3 @@ -__version__ = "4.1.10.rc3" +__version__ = "4.1.10.rc2" __codename__ = "Groundhog Day" diff --git a/requirements.txt b/requirements.txt index 6070db4..bdcfc87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ aiohttp-session==2.12.0 aiohttp-swagger==1.0.16 aiojobs==1.1.0 aiosqlite==0.17.0 -cryptography==41.0.0 +cryptography==40.0.1 requests==2.31.0 voluptuous==0.13.1 pyfiglet==0.8.post1 diff --git a/setup.py b/setup.py index aead252..7a2159d 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup(name='cbpi4', "aiohttp-swagger==1.0.16", "aiojobs==1.1.0 ", "aiosqlite==0.17.0", - "cryptography==41.0.0", + "cryptography==40.0.1", "requests==2.31.0", "voluptuous==0.13.1", "pyfiglet==0.8.post1",