Skip to content

Commit 7885bec

Browse files
authored
Sync requirements (#10526)
1 parent e843e53 commit 7885bec

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

pyproject.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,16 @@ dev = [
7575
]
7676

7777
test = [
78-
"coverage~=7.8",
79-
"pytest-cov~=6.0",
80-
"pytest-xdist~=3.6",
78+
"coverage~=7.10",
79+
"pytest-cov~=6.2",
80+
"pytest-xdist~=3.8",
8181
"six",
8282
"tox>=3",
83-
"types-setuptools==78.1.0.20250329",
8483
{ include-group = "test-min" },
8584
]
8685

8786
docs = [
88-
"furo==2024.8.6",
87+
"furo==2025.7.19",
8988
"sphinx==8.2.3",
9089
"sphinx-reredirects<1",
9190
"towncrier~=24.8",
@@ -94,15 +93,15 @@ docs = [
9493
# Configuration for the build system
9594
test-min = [
9695
# Base test dependencies
97-
"astroid==4.0.0a0", # Pinned to a specific version for tests
96+
"astroid==4.0.0b2", # Pinned to a specific version for tests
9897
"py~=1.11.0",
99-
"pytest~=8.3",
98+
"pytest~=8.4",
10099
"pytest-benchmark~=5.1",
101-
"pytest-timeout~=2.3",
100+
"pytest-timeout~=2.4",
102101
"requests",
103102
"setuptools; python_version>='3.12'",
104103
"towncrier~=24.8",
105-
"typing-extensions~=4.12",
104+
"typing-extensions~=4.15",
106105
]
107106

108107
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)