2
2
build-backend = " hatchling.build"
3
3
requires = [
4
4
" hatch-vcs>=0.4" ,
5
- " hatchling>=1.21.1 " ,
5
+ " hatchling>=1.24 " ,
6
6
]
7
7
8
8
[project ]
@@ -19,15 +19,14 @@ keywords = [
19
19
license = " MIT"
20
20
maintainers = [{ name = " Bernát Gábor" , email = " gaborjbernat@gmail.com" }]
21
21
authors = [{ name = " Bernát Gábor" , email = " gaborjbernat@gmail.com" }]
22
- requires-python = " >=3.8 "
22
+ requires-python = " >=3.9 "
23
23
classifiers = [
24
24
" Development Status :: 5 - Production/Stable" ,
25
25
" Framework :: Sphinx :: Extension" ,
26
26
" Intended Audience :: Developers" ,
27
27
" License :: OSI Approved :: MIT License" ,
28
28
" Programming Language :: Python" ,
29
29
" Programming Language :: Python :: 3 :: Only" ,
30
- " Programming Language :: Python :: 3.8" ,
31
30
" Programming Language :: Python :: 3.9" ,
32
31
" Programming Language :: Python :: 3.10" ,
33
32
" Programming Language :: Python :: 3.11" ,
@@ -38,7 +37,7 @@ dynamic = [
38
37
" version" ,
39
38
]
40
39
dependencies = [
41
- " Sphinx>=7.1.2 " ,
40
+ " Sphinx>=7.3.5 " ,
42
41
]
43
42
optional-dependencies.docs = [
44
43
" furo>=2024.1.29" ,
@@ -48,12 +47,13 @@ optional-dependencies.numpy = [
48
47
]
49
48
optional-dependencies.testing = [
50
49
" covdefaults>=2.3" ,
51
- " coverage>=7.4.2" ,
52
- " diff-cover>=8.0.3" ,
53
- " pytest>=8.0.1" ,
54
- " pytest-cov>=4.1" ,
50
+ " coverage>=7.4.4" ,
51
+ " defusedxml>=0.7.1" , # required by sphinx.testing
52
+ " diff-cover>=9" ,
53
+ " pytest>=8.1.1" ,
54
+ " pytest-cov>=5" ,
55
55
" sphobjinv>=2.3.1" ,
56
- " typing-extensions>=4.9 " ,
56
+ " typing-extensions>=4.11 " ,
57
57
]
58
58
urls.Changelog = " https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md"
59
59
urls.Homepage = " https://github.com/tox-dev/sphinx-autodoc-typehints"
@@ -69,7 +69,7 @@ line-length = 120
69
69
70
70
[tool .ruff ]
71
71
line-length = 120
72
- target-version = " py38 "
72
+ target-version = " py39 "
73
73
lint.select = [" ALL" ]
74
74
lint.isort = { known-first-party = [
75
75
" sphinx_autodoc_typehints" ,
0 commit comments