From 7c2f1b74d51ac7b3d91e2a2426afe0eb637e5aa8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 Jun 2025 03:01:40 +0000 Subject: [PATCH] Update Python to >=3.13.4 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"