Merge pull request 'Pin only the minor Python version' (#321) from python-pin-minor-version into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 39s
Tests / test (push) Successful in 28s
Build and Deploy Staging / deploy (push) Successful in 7s

Reviewed-on: #321
This commit is contained in:
Tobias Brunner 2025-12-05 08:31:34 +00:00
commit 6d9a1a1dbb
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.1"
requires-python = ">=3.14"
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.1"
requires-python = ">=3.14"
[[package]]
name = "argon2-cffi"