Merge pull request 'Update Python to >=3.13.4' (#94) from renovate/python-3.x into main
Some checks failed
Build and Deploy Staging / deploy (push) Blocked by required conditions
Tests / test (push) Waiting to run
Build and Deploy Staging / build (push) Has been cancelled

Reviewed-on: #94
This commit is contained in:
Tobias Kunze 2025-06-05 07:34:07 +00:00
commit d4f24c9166
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.3"
requires-python = ">=3.13.4"
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.3"
requires-python = ">=3.13.4"
[[package]]
name = "argon2-cffi"