File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -75,17 +75,16 @@ dev = [
7575]
7676
7777test = [
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
8786docs = [
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
9594test-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 ]
You can’t perform that action at this time.
0 commit comments