We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2f599 commit 8fbfcf8Copy full SHA for 8fbfcf8
1 file changed
pyproject.toml
@@ -32,21 +32,21 @@ Changelog = "https://github.com/allenai/python-package-template/blob/main/CHANGE
32
[project.optional-dependencies]
33
dev = [
34
"ruff",
35
- "mypy>=1.0,<1.7",
36
- "black>=23.0,<24.0",
37
- "isort>=5.12,<5.13",
+ "mypy>=1.0,<2.0",
+ "black>=23.0,<25.0",
+ "isort>=5.12,<5.14",
38
"pytest",
39
"pytest-sphinx",
40
"pytest-cov",
41
"twine>=1.11.0",
42
"build",
43
"setuptools",
44
"wheel",
45
- "Sphinx>=4.3.0,<7.1.0",
46
- "furo==2023.7.26",
47
- "myst-parser>=1.0,<2.1",
48
- "sphinx-copybutton==0.5.2",
49
- "sphinx-autobuild==2021.3.14",
+ "Sphinx>=6.0,<9.0",
+ "furo==2024.8.6",
+ "myst-parser>=1.0",
+ "sphinx-copybutton",
+ "sphinx-autobuild",
50
"sphinx-autodoc-typehints==1.23.3",
51
"packaging"
52
]
0 commit comments