Update Python to >=3.13.5
All checks were successful
Tests / test (push) Successful in 24s

This commit is contained in:
Renovate Bot 2025-06-13 03:01:18 +00:00
parent 2f4e6a4494
commit 185e8481f3
2 changed files with 2 additions and 2 deletions

View file

@ -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",

2
uv.lock generated
View file

@ -1,6 +1,6 @@
version = 1
revision = 2
requires-python = ">=3.13.4"
requires-python = ">=3.13.5"
[[package]]
name = "argon2-cffi"