Skip to content

Commit b83a3dc

Browse files
committed
update versions for dependencies
1 parent 8261b34 commit b83a3dc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ readme = "README.rst"
99
requires-python = ">=3.9"
1010
license = {file = "LICENSE"}
1111
dependencies = [
12-
"setuptools",
13-
"click",
14-
"babel",
12+
"click>=8.0.0",
13+
"babel>=2.9.0",
1514
"sphinx",
1615
]
1716
classifiers = [
@@ -37,15 +36,15 @@ classifiers = [
3736

3837
[project.optional-dependencies]
3938
test = [
40-
"pytest",
39+
"pytest>=8.3.5",
4140
]
4241

4342
[dependency-groups]
4443
dev = [
45-
"pytest",
46-
"ruff>=0.8.0",
47-
"tox-gh-actions>=3.2.0",
48-
"tox-uv>=1.16.0",
44+
"pytest>=8.3.5",
45+
"ruff>=0.11.10",
46+
"tox-gh-actions>=3.3.0",
47+
"tox-uv>=1.25.0",
4948
]
5049

5150
[project.urls]

0 commit comments

Comments
 (0)