Skip to content

Commit acabaf8

Browse files
Update Python Dependencies (#1087)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f1ad78 commit acabaf8

File tree

3 files changed

+81
-41
lines changed

3 files changed

+81
-41
lines changed

docs/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ version = "0.0.0"
44
license = "Apache-2.0"
55
requires-python = ">=3.12"
66
dependencies = [
7-
"sphinx~=8.1.3",
8-
"sphinx-autodoc-typehints~=2.5.0",
7+
"sphinx~=9.1.0",
8+
"sphinx-autodoc-typehints~=3.6.2",
99
"furo>=2025.7.19",
1010
"m2r2~=0.3.4",
11-
"packaging~=25.0",
11+
"packaging~=26.0",
1212
"uv-dynamic-versioning~=0.13.0",
1313
]
1414

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ lint = [
5252
"typing-extensions~=4.15.0",
5353
]
5454
test = [
55-
"pytest~=8.4.1",
56-
"pytest-asyncio~=0.26.0",
57-
"pytest-cov~=6.3.0",
58-
"pytest-rerunfailures~=15.1",
55+
"pytest~=9.0.2",
56+
"pytest-asyncio~=1.3.0",
57+
"pytest-cov~=7.0.0",
58+
"pytest-rerunfailures~=16.1",
5959
"coverage~=7.13.1",
6060
"typing-extensions~=4.15.0",
6161
]

uv.lock

Lines changed: 74 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)