We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f532a commit 631938aCopy full SHA for 631938a
pyproject.toml
@@ -25,8 +25,7 @@ classifiers = [
25
'Programming Language :: Python :: 3.11',
26
]
27
dependencies = [
28
- 'sphinx>=5',
29
- 'Jinja2>=2.10',
+ 'sphinx>=6',
30
'tabulate>=0.8.10',
31
"tomli>=1.1.0;python_version<'3.11'",
32
requirements/default.txt
@@ -1,6 +1,5 @@
1
# Generated via tools/generate_requirements.py and pre-commit hook.
2
# Do not edit this file; modify pyproject.toml instead.
3
-sphinx>=5
4
-Jinja2>=2.10
+sphinx>=6
5
tabulate>=0.8.10
6
tomli>=1.1.0;python_version<'3.11'
0 commit comments