From eb646fc5293f93ce2a7b32dea47474477dda3c6b Mon Sep 17 00:00:00 2001 From: avollkopf <43980694+avollkopf@users.noreply.github.com> Date: Mon, 5 Jun 2023 07:39:33 +0200 Subject: [PATCH] changed cryptography requirement due to dependabot alarm --- 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 045ac09..4ac1b43 100644 --- a/cbpi/__init__.py +++ b/cbpi/__init__.py @@ -1,3 +1,3 @@ -__version__ = "4.1.10.rc2" +__version__ = "4.1.10.rc3" __codename__ = "Groundhog Day" diff --git a/requirements.txt b/requirements.txt index bdcfc87..6070db4 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==40.0.1 +cryptography==41.0.0 requests==2.31.0 voluptuous==0.13.1 pyfiglet==0.8.post1 diff --git a/setup.py b/setup.py index 7a2159d..aead252 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==40.0.1", + "cryptography==41.0.0", "requests==2.31.0", "voluptuous==0.13.1", "pyfiglet==0.8.post1",