2
2
build-backend = " hatchling.build"
3
3
requires = [
4
4
" hatch-vcs>=0.4" ,
5
- " hatchling>=1.25 " ,
5
+ " hatchling>=1.26.3 " ,
6
6
]
7
7
8
8
[project ]
@@ -54,13 +54,13 @@ dependencies = [
54
54
" chardet>=5.2" ,
55
55
" colorama>=0.4.6" ,
56
56
" filelock>=3.16.1" ,
57
- " packaging>=24.1 " ,
57
+ " packaging>=24.2 " ,
58
58
" platformdirs>=4.3.6" ,
59
59
" pluggy>=1.5" ,
60
60
" pyproject-api>=1.8" ,
61
- " tomli>=2.0. 1; python_version<'3.11'" ,
61
+ " tomli>=2.1; python_version<'3.11'" ,
62
62
" typing-extensions>=4.12.2; python_version<'3.11'" ,
63
- " virtualenv>=20.26.6 " ,
63
+ " virtualenv>=20.27.1 " ,
64
64
]
65
65
optional-dependencies.test = [
66
66
" devpi-process>=1.0.2" ,
@@ -81,52 +81,53 @@ dev = [
81
81
{ include-group = " type" },
82
82
]
83
83
test = [
84
- " build[virtualenv]>=1.2.2" ,
84
+ " build[virtualenv]>=1.2.2.post1 " ,
85
85
" covdefaults>=2.3" ,
86
86
" detect-test-pollution>=1.2" ,
87
87
" devpi-process>=1.0.2" ,
88
88
" diff-cover>=9.2" ,
89
- " distlib>=0.3.8 " ,
89
+ " distlib>=0.3.9 " ,
90
90
" flaky>=3.8.1" ,
91
91
" hatch-vcs>=0.4" ,
92
- " hatchling>=1.25 " ,
93
- " psutil>=6" ,
92
+ " hatchling>=1.26.3 " ,
93
+ " psutil>=6.1 " ,
94
94
" pytest>=8.3.3" ,
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" ,
99
+ " setuptools>=75.1; python_version<='3.8'" ,
100
+ " setuptools>=75.6; python_version>'3.8'" ,
100
101
" time-machine>=2.15; implementation_name!='pypy'" ,
101
- " wheel>=0.44 " ,
102
+ " wheel>=0.45 " ,
102
103
]
103
104
type = [
104
- " mypy==1.11.2 " ,
105
+ " mypy==1.13 " ,
105
106
" types-cachetools>=5.5.0.20240820" ,
106
107
" types-chardet>=5.0.4.6" ,
107
108
{ include-group = " test" },
108
109
]
109
110
docs = [
110
111
" furo>=2024.8.6" ,
111
- " sphinx>=8.0.2 " ,
112
+ " sphinx>=8.1.3 " ,
112
113
" sphinx-argparse-cli>=1.18.2" ,
113
- " sphinx-autodoc-typehints>=2.4.4 " ,
114
+ " sphinx-autodoc-typehints>=2.5 " ,
114
115
" sphinx-copybutton>=0.5.2" ,
115
116
" sphinx-inline-tabs>=2023.4.21" ,
116
117
" sphinxcontrib-towncrier>=0.2.1a0" ,
117
118
" towncrier>=24.8" ,
118
119
]
119
120
fix = [
120
- " pre-commit-uv>=4.1.3 " ,
121
+ " pre-commit-uv>=4.1.4 " ,
121
122
]
122
123
pkg-meta = [
123
124
" check-wheel-contents>=0.6" ,
124
125
" twine>=5.1.1" ,
125
- " uv>=0.4.17 " ,
126
+ " uv>=0.5.3 " ,
126
127
]
127
128
release = [
128
129
" gitpython>=3.1.43" ,
129
- " packaging>=24.1 " ,
130
+ " packaging>=24.2 " ,
130
131
" towncrier>=24.8" ,
131
132
]
132
133
0 commit comments