Update Python to >=3.13.5 #103

Closed
renovate wants to merge 1 commit from renovate/python-3.x into main
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"