From 52ba3cc1e8ee03878a9d9e4e70bc50e79b7d12d3 Mon Sep 17 00:00:00 2001 From: funilrys Date: Sun, 27 Oct 2024 01:57:40 +0200 Subject: [PATCH] requirements: switch version of cryptography. This patch touches #381. This patch closes #382. Contributors: * @Nilsonfsilva --- PyFunceble/storage.py | 2 +- requirements.txt | 2 +- requirements.win.txt | 2 +- version.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PyFunceble/storage.py b/PyFunceble/storage.py index 0023d480..1963f561 100644 --- a/PyFunceble/storage.py +++ b/PyFunceble/storage.py @@ -61,7 +61,7 @@ from PyFunceble.storage_facility import get_config_directory PROJECT_NAME: str = "PyFunceble" -PROJECT_VERSION: str = "4.3.0a6.dev (Blue Duckling: Tulip)" +PROJECT_VERSION: str = "4.3.0a7.dev (Blue Duckling: Tulip)" DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml" diff --git a/requirements.txt b/requirements.txt index 9efd3d4a..ce5affd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ alembic colorama -cryptography~=42.0 +cryptography>=42.0 dnspython[DOH]~=2.6.0 domain2idna~=1.12.0 inflection diff --git a/requirements.win.txt b/requirements.win.txt index e3f8d8fa..e4b0dd06 100644 --- a/requirements.win.txt +++ b/requirements.win.txt @@ -1,6 +1,6 @@ alembic colorama -cryptography~=42.0 +cryptography>=42.0 dnspython[DOH]~=2.6.0 domain2idna~=1.12.0 inflection diff --git a/version.yaml b/version.yaml index 7455a3c1..a291bbe3 100644 --- a/version.yaml +++ b/version.yaml @@ -1,4 +1,4 @@ -current_version: '4.3.0a6.dev (Blue Duckling: Tulip)' +current_version: '4.3.0a7.dev (Blue Duckling: Tulip)' deprecated: - 3.0.21 - 3.1.20