Skip to content

Commit 784246d

Browse files
committed
Dependency bumps on all dependencies
1 parent bcc9e99 commit 784246d

File tree

2 files changed

+122
-87
lines changed

2 files changed

+122
-87
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,30 @@ all = [
3636
[dependency-groups]
3737
dev = [
3838
"taskipy==1.14.1",
39-
"python-dotenv==1.0.1"
39+
"python-dotenv==1.2.1"
4040
]
4141

4242
test = [
43-
"pytest==8.3.4",
44-
"pytest-cov==6.0.0",
45-
"pytest-xdist==3.6.1"
43+
"pytest==8.4.2",
44+
"pytest-cov==7.0.0",
45+
"pytest-xdist==3.8.0"
4646
]
4747

4848
lint = [
4949
"ruff==0.9.6",
50-
"pre-commit==4.1.0"
50+
"pre-commit==4.4.0"
5151
]
5252

5353
doc = [
54-
"Sphinx==8.1.3",
55-
"gitpython==3.1.44",
56-
"sphinx-autodoc-typehints==3.0.1",
57-
"furo==2024.8.6",
54+
"Sphinx==8.2.3",
55+
"gitpython==3.1.45",
56+
"sphinx-autodoc-typehints==3.5.2",
57+
"furo==2025.9.25",
5858
"six==1.17.0",
5959
"releases==2.1.1",
6060
"sphinx-multiversion==0.2.4",
61-
"docstring-parser==0.16",
62-
"tomli==2.2.1"
61+
"docstring-parser==0.17.0",
62+
"tomli==2.3.0"
6363
]
6464

6565
[tool.taskipy.tasks]

0 commit comments

Comments
 (0)