From 185e8481f3a6e6f7f9ab05bf436c36077b975c48 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Jun 2025 03:01:18 +0000 Subject: [PATCH] Update Python to >=3.13.5 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1626d10..ef47a92 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.4" +requires-python = ">=3.13.5" dependencies = [ "argon2-cffi>=25.1.0", "cryptography>=45.0.3", diff --git a/uv.lock b/uv.lock index 04aecc7..fa7d9d9 100644 --- a/uv.lock +++ b/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 2 -requires-python = ">=3.13.4" +requires-python = ">=3.13.5" [[package]] name = "argon2-cffi" -- 2.47.3