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 = [
75
75
]
76
76
77
77
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 " ,
81
81
" six" ,
82
82
" tox>=3" ,
83
- " types-setuptools==78.1.0.20250329" ,
84
83
{ include-group = " test-min" },
85
84
]
86
85
87
86
docs = [
88
- " furo==2024.8.6 " ,
87
+ " furo==2025.7.19 " ,
89
88
" sphinx==8.2.3" ,
90
89
" sphinx-reredirects<1" ,
91
90
" towncrier~=24.8" ,
@@ -94,15 +93,15 @@ docs = [
94
93
# Configuration for the build system
95
94
test-min = [
96
95
# 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
98
97
" py~=1.11.0" ,
99
- " pytest~=8.3 " ,
98
+ " pytest~=8.4 " ,
100
99
" pytest-benchmark~=5.1" ,
101
- " pytest-timeout~=2.3 " ,
100
+ " pytest-timeout~=2.4 " ,
102
101
" requests" ,
103
102
" setuptools; python_version>='3.12'" ,
104
103
" towncrier~=24.8" ,
105
- " typing-extensions~=4.12 " ,
104
+ " typing-extensions~=4.15 " ,
106
105
]
107
106
108
107
[tool .setuptools .packages .find ]
You can’t perform that action at this time.
0 commit comments