@@ -50,17 +50,17 @@ dynamic = [
50
50
" version" ,
51
51
]
52
52
dependencies = [
53
- " cachetools>=6.1 " ,
53
+ " cachetools>=6.2 " ,
54
54
" chardet>=5.2" ,
55
55
" colorama>=0.4.6" ,
56
- " filelock>=3.18 " ,
56
+ " filelock>=3.20 " ,
57
57
" packaging>=25" ,
58
- " platformdirs>=4.3.8 " ,
58
+ " platformdirs>=4.5 " ,
59
59
" pluggy>=1.6" ,
60
60
" pyproject-api>=1.9.1" ,
61
- " tomli>=2.2.1 ; python_version<'3.11'" ,
62
- " typing-extensions>=4.14.1 ; python_version<'3.11'" ,
63
- " virtualenv>=20.31.2 " ,
61
+ " tomli>=2.3 ; python_version<'3.11'" ,
62
+ " typing-extensions>=4.15 ; python_version<'3.11'" ,
63
+ " virtualenv>=20.35 " ,
64
64
]
65
65
urls.Documentation = " https://tox.wiki"
66
66
urls.Homepage = " http://tox.readthedocs.org"
@@ -76,55 +76,55 @@ dev = [
76
76
{ include-group = " type" },
77
77
]
78
78
test = [
79
- " build[virtualenv]>=1.2.2.post1 " ,
79
+ " build[virtualenv]>=1.3 " ,
80
80
" covdefaults>=2.3" ,
81
- " coverage>=7.9.2 " ,
81
+ " coverage>=7.10.7 " ,
82
82
" detect-test-pollution>=1.2" ,
83
83
" devpi-process>=1.0.2" ,
84
- " diff-cover>=9.6 " ,
84
+ " diff-cover>=9.7.1 " ,
85
85
" distlib>=0.4" ,
86
86
" flaky>=3.8.1" ,
87
87
" hatch-vcs>=0.5" ,
88
88
" hatchling>=1.27" ,
89
- " pdm-backend" ,
90
- " psutil>=7" ,
91
- " pytest>=8.4.1 " ,
92
- " pytest-cov>=6.2.1 " ,
93
- " pytest-mock>=3.14 .1" ,
89
+ " pdm-backend>=2.4.5 " ,
90
+ " psutil>=7.1 " ,
91
+ " pytest>=8.4.2 " ,
92
+ " pytest-cov>=7 " ,
93
+ " pytest-mock>=3.15 .1" ,
94
94
" pytest-xdist>=3.8" ,
95
95
" re-assert>=1.1" ,
96
96
" setuptools>=80.9" ,
97
- " time-machine>=2.16 ; implementation_name!='pypy'" ,
97
+ " time-machine>=2.19 ; implementation_name!='pypy'" ,
98
98
" wheel>=0.45.1" ,
99
99
]
100
100
type = [
101
- " mypy==1.17 " ,
102
- " types-cachetools>=6.1 .0.20250717 " ,
101
+ " mypy==1.18.2 " ,
102
+ " types-cachetools>=6.2 .0.20250827 " ,
103
103
" types-chardet>=5.0.4.6" ,
104
104
{ include-group = " test" },
105
105
]
106
106
docs = [
107
- " furo>=2025.7.19 " ,
107
+ " furo>=2025.9.25 " ,
108
108
" sphinx>=8.2.3" ,
109
- " sphinx-argparse-cli>=1.19 " ,
110
- " sphinx-autodoc-typehints>=3.2 " ,
109
+ " sphinx-argparse-cli>=1.20.1 " ,
110
+ " sphinx-autodoc-typehints>=3.4 " ,
111
111
" sphinx-copybutton>=0.5.2" ,
112
112
" sphinx-inline-tabs>=2023.4.21" ,
113
113
" sphinxcontrib-towncrier>=0.2.1a0" ,
114
- " towncrier>=24 .8" ,
114
+ " towncrier>=25 .8" ,
115
115
]
116
116
fix = [
117
- " pre-commit-uv>=4.1.4 " ,
117
+ " pre-commit-uv>=4.1.5 " ,
118
118
]
119
119
pkg-meta = [
120
- " check-wheel-contents>=0.6.2 " ,
121
- " twine>=6.1 " ,
122
- " uv>=0.8 " ,
120
+ " check-wheel-contents>=0.6.3 " ,
121
+ " twine>=6.2 " ,
122
+ " uv>=0.9 " ,
123
123
]
124
124
release = [
125
- " gitpython>=3.1.44 " ,
125
+ " gitpython>=3.1.45 " ,
126
126
" packaging>=25" ,
127
- " towncrier>=24 .8" ,
127
+ " towncrier>=25 .8" ,
128
128
]
129
129
130
130
[tool .hatch ]
0 commit comments