Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot
697297ba2a Update Python to >=3.14.1
All checks were successful
Tests / test (push) Successful in 27s
2025-12-03 03:01:39 +00:00
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.14.0"
requires-python = ">=3.14.1"
dependencies = [
"argon2-cffi>=25.1.0",
"cryptography>=46.0.3",

2
uv.lock generated
View file

@ -1,6 +1,6 @@
version = 1
revision = 3
requires-python = ">=3.14.0"
requires-python = ">=3.14.1"
[[package]]
name = "argon2-cffi"