Merge pull request 'Update Python to >=3.14.1' (#314) from renovate/python-3.x into main
Some checks are pending
Build and Deploy Staging / build (push) Waiting to run
Build and Deploy Staging / deploy (push) Blocked by required conditions
Tests / test (push) Waiting to run

Reviewed-on: #314
This commit is contained in:
Tobias Brunner 2025-12-04 08:09:44 +00:00
commit 6e451fd904
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",