@@ -50,17 +50,17 @@ dynamic = [
5050 " version" ,
5151]
5252dependencies = [
53- " cachetools>=6.1 " ,
53+ " cachetools>=6.2 " ,
5454 " chardet>=5.2" ,
5555 " colorama>=0.4.6" ,
56- " filelock>=3.18 " ,
56+ " filelock>=3.19.1 " ,
5757 " packaging>=25" ,
58- " platformdirs>=4.3.8 " ,
58+ " platformdirs>=4.5 " ,
5959 " pluggy>=1.6" ,
6060 " 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 " ,
6464]
6565urls.Documentation = " https://tox.wiki"
6666urls.Homepage = " http://tox.readthedocs.org"
@@ -76,55 +76,55 @@ dev = [
7676 { include-group = " type" },
7777]
7878test = [
79- " build[virtualenv]>=1.2.2.post1 " ,
79+ " build[virtualenv]>=1.3 " ,
8080 " covdefaults>=2.3" ,
81- " coverage>=7.9.2 " ,
81+ " coverage>=7.10.7 " ,
8282 " detect-test-pollution>=1.2" ,
8383 " devpi-process>=1.0.2" ,
84- " diff-cover>=9.6 " ,
84+ " diff-cover>=9.7.1 " ,
8585 " distlib>=0.4" ,
8686 " flaky>=3.8.1" ,
8787 " hatch-vcs>=0.5" ,
8888 " 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" ,
9494 " pytest-xdist>=3.8" ,
9595 " re-assert>=1.1" ,
9696 " setuptools>=80.9" ,
97- " time-machine>=2.16 ; implementation_name!='pypy'" ,
97+ " time-machine>=2.19 ; implementation_name!='pypy'" ,
9898 " wheel>=0.45.1" ,
9999]
100100type = [
101- " mypy==1.17 " ,
102- " types-cachetools>=6.1 .0.20250717 " ,
101+ " mypy==1.18.2 " ,
102+ " types-cachetools>=6.2 .0.20250827 " ,
103103 " types-chardet>=5.0.4.6" ,
104104 { include-group = " test" },
105105]
106106docs = [
107- " furo>=2025.7.19 " ,
107+ " furo>=2025.9.25 " ,
108108 " 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 " ,
111111 " sphinx-copybutton>=0.5.2" ,
112112 " sphinx-inline-tabs>=2023.4.21" ,
113113 " sphinxcontrib-towncrier>=0.2.1a0" ,
114- " towncrier>=24 .8" ,
114+ " towncrier>=25 .8" ,
115115]
116116fix = [
117- " pre-commit-uv>=4.1.4 " ,
117+ " pre-commit-uv>=4.1.5 " ,
118118]
119119pkg-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 " ,
123123]
124124release = [
125- " gitpython>=3.1.44 " ,
125+ " gitpython>=3.1.45 " ,
126126 " packaging>=25" ,
127- " towncrier>=24 .8" ,
127+ " towncrier>=25 .8" ,
128128]
129129
130130[tool .hatch ]
0 commit comments