2
2
build-backend = " hatchling.build"
3
3
requires = [
4
4
" hatch-vcs>=0.4" ,
5
- " hatchling>=1.26.3 " ,
5
+ " hatchling>=1.27 " ,
6
6
]
7
7
8
8
[project ]
@@ -50,21 +50,21 @@ dynamic = [
50
50
" version" ,
51
51
]
52
52
dependencies = [
53
- " cachetools>=5.5" ,
53
+ " cachetools>=5.5.1 " ,
54
54
" chardet>=5.2" ,
55
55
" colorama>=0.4.6" ,
56
56
" filelock>=3.16.1" ,
57
57
" packaging>=24.2" ,
58
58
" platformdirs>=4.3.6" ,
59
59
" pluggy>=1.5" ,
60
60
" pyproject-api>=1.8" ,
61
- " tomli>=2.1; python_version<'3.11'" ,
61
+ " tomli>=2.2. 1; python_version<'3.11'" ,
62
62
" typing-extensions>=4.12.2; python_version<'3.11'" ,
63
- " virtualenv>=20.27 .1" ,
63
+ " virtualenv>=20.29 .1" ,
64
64
]
65
65
optional-dependencies.test = [
66
66
" devpi-process>=1.0.2" ,
67
- " pytest>=8.3.3 " ,
67
+ " pytest>=8.3.4 " ,
68
68
" pytest-mock>=3.14" ,
69
69
]
70
70
urls.Documentation = " https://tox.wiki"
@@ -89,29 +89,29 @@ test = [
89
89
" distlib>=0.3.9" ,
90
90
" flaky>=3.8.1" ,
91
91
" hatch-vcs>=0.4" ,
92
- " hatchling>=1.26.3 " ,
93
- " psutil>=6.1" ,
94
- " pytest>=8.3.3 " ,
92
+ " hatchling>=1.27 " ,
93
+ " psutil>=6.1.1 " ,
94
+ " pytest>=8.3.4 " ,
95
95
" pytest-cov>=5" ,
96
96
" pytest-mock>=3.14" ,
97
97
" pytest-xdist>=3.6.1" ,
98
98
" re-assert>=1.1" ,
99
- " setuptools>=75.1 ; python_version<='3.8'" ,
100
- " setuptools>=75.6 ; python_version>'3.8'" ,
99
+ " setuptools>=75.3 ; python_version<='3.8'" ,
100
+ " setuptools>=75.8 ; python_version>'3.8'" ,
101
101
" time-machine>=2.15; implementation_name!='pypy'" ,
102
- " wheel>=0.45" ,
102
+ " wheel>=0.45.1 " ,
103
103
]
104
104
type = [
105
- " mypy==1.13 " ,
105
+ " mypy==1.15 " ,
106
106
" types-cachetools>=5.5.0.20240820" ,
107
107
" types-chardet>=5.0.4.6" ,
108
108
{ include-group = " test" },
109
109
]
110
110
docs = [
111
111
" furo>=2024.8.6" ,
112
112
" sphinx>=8.1.3" ,
113
- " sphinx-argparse-cli>=1.18.2 " ,
114
- " sphinx-autodoc-typehints>=2.5 " ,
113
+ " sphinx-argparse-cli>=1.19 " ,
114
+ " sphinx-autodoc-typehints>=3.0.1 " ,
115
115
" sphinx-copybutton>=0.5.2" ,
116
116
" sphinx-inline-tabs>=2023.4.21" ,
117
117
" sphinxcontrib-towncrier>=0.2.1a0" ,
@@ -121,12 +121,12 @@ fix = [
121
121
" pre-commit-uv>=4.1.4" ,
122
122
]
123
123
pkg-meta = [
124
- " check-wheel-contents>=0.6" ,
125
- " twine>=5.1 .1" ,
126
- " uv>=0.5.3 " ,
124
+ " check-wheel-contents>=0.6.1 " ,
125
+ " twine>=6 .1" ,
126
+ " uv>=0.5.29 " ,
127
127
]
128
128
release = [
129
- " gitpython>=3.1.43 " ,
129
+ " gitpython>=3.1.44 " ,
130
130
" packaging>=24.2" ,
131
131
" towncrier>=24.8" ,
132
132
]
0 commit comments