build(uv): lock bounds
Docker CI / docker-build (push) Has been cancelled
Python Lint CI / ruff (push) Has been cancelled
Python Lint CI / ruff-format-check (push) Has been cancelled
Python Lint CI / ty (push) Has been cancelled
Python Test CI / coverage (push) Has been cancelled

This commit is contained in:
2026-05-26 11:06:35 +02:00
parent 60e70ea0c0
commit 8b9ee57260
2 changed files with 95 additions and 94 deletions
+6 -6
View File
@@ -4,7 +4,7 @@ version = "1.4.0"
description = "Static pages as simple as a gzip file"
requires-python = ">=3.14"
dependencies = [
"requests>=2.33.1",
"requests>=2.34.2,<3.0.0",
]
[project.scripts]
@@ -20,11 +20,11 @@ module-name = "stapler"
[dependency-groups]
dev = [
"coverage>=7.13.5",
"parameterized>=0.9.0",
"pytest>=9.0.3",
"ruff>=0.15.10",
"ty>=0.0.29",
"coverage>=7.14.0,<8.0.0",
"parameterized>=0.9.0,<0.10.0",
"pytest>=9.0.3,<10.0.0",
"ruff>=0.15.14,<0.16.0",
"ty>=0.0.39,<0.0.40",
]
[tool.ruff.lint]