We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8261b34 commit b83a3dcCopy full SHA for b83a3dc
pyproject.toml
@@ -9,9 +9,8 @@ readme = "README.rst"
9
requires-python = ">=3.9"
10
license = {file = "LICENSE"}
11
dependencies = [
12
- "setuptools",
13
- "click",
14
- "babel",
+ "click>=8.0.0",
+ "babel>=2.9.0",
15
"sphinx",
16
]
17
classifiers = [
@@ -37,15 +36,15 @@ classifiers = [
37
36
38
[project.optional-dependencies]
39
test = [
40
- "pytest",
+ "pytest>=8.3.5",
41
42
43
[dependency-groups]
44
dev = [
45
46
- "ruff>=0.8.0",
47
- "tox-gh-actions>=3.2.0",
48
- "tox-uv>=1.16.0",
+ "ruff>=0.11.10",
+ "tox-gh-actions>=3.3.0",
+ "tox-uv>=1.25.0",
49
50
51
[project.urls]
0 commit comments