diff --git a/pdm.lock b/pdm.lock index 6abd50c..6412874 100644 --- a/pdm.lock +++ b/pdm.lock @@ -65,7 +65,7 @@ summary = "Backported and Experimental Type Hints for Python 3.7+" [metadata] lock_version = "4.1" -content_hash = "sha256:7224bdd73676179cf4f150ca5b909dd1e0afba5d879cf764099652f229dfb57b" +content_hash = "sha256:4d3e4351e642cc2a530ff2bedad1a230b1a8a5347d72486aeea37a29649e00bb" [metadata.files] "cffi 1.15.1" = [ diff --git a/pyproject.toml b/pyproject.toml index efbfe03..43cdc4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,10 @@ [project] name = "wg-meshconf" -version = "2.5.0" description = "A tool that helps you to generate peer configuration files for WireGuard mesh networks" authors = [{name = "K4YT3X", email = "i@k4yt3x.com"}] dependencies = [ - "cryptography>=39.0.0", - "rich>=13.3.1", + "cryptography>=35.0.0", + "rich>=12.0.0", ] requires-python = ">=3.7" readme = "README.md"