Skip to content

Commit

Permalink
requirements: switch version of cryptography.
Browse files Browse the repository at this point in the history
This patch touches #381.
This patch closes #382.

Contributors:
  * @Nilsonfsilva
  • Loading branch information
funilrys committed Oct 26, 2024
1 parent 65cd9eb commit 52ba3cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PyFunceble/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alembic
colorama
cryptography~=42.0
cryptography>=42.0
dnspython[DOH]~=2.6.0
domain2idna~=1.12.0
inflection
Expand Down
2 changes: 1 addition & 1 deletion requirements.win.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alembic
colorama
cryptography~=42.0
cryptography>=42.0
dnspython[DOH]~=2.6.0
domain2idna~=1.12.0
inflection
Expand Down
2 changes: 1 addition & 1 deletion version.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 52ba3cc

Please sign in to comment.