diff --git a/pyproject.toml b/pyproject.toml index 8c10259..ecc3b81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "servala" version = "0.0.0" description = "Servala portal server and frontend" readme = "README.md" -requires-python = ">=3.13.3" +requires-python = ">=3.13.4" dependencies = [ "argon2-cffi>=25.1.0", "cryptography>=45.0.3", diff --git a/uv.lock b/uv.lock index 148ac2c..703217e 100644 --- a/uv.lock +++ b/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 2 -requires-python = ">=3.13.3" +requires-python = ">=3.13.4" [[package]] name = "argon2-cffi"