Skip to content

Commit 631938a

Browse files
committed
Require sphinx 6
1 parent 46f532a commit 631938a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ classifiers = [
2525
'Programming Language :: Python :: 3.11',
2626
]
2727
dependencies = [
28-
'sphinx>=5',
29-
'Jinja2>=2.10',
28+
'sphinx>=6',
3029
'tabulate>=0.8.10',
3130
"tomli>=1.1.0;python_version<'3.11'",
3231
]

requirements/default.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Generated via tools/generate_requirements.py and pre-commit hook.
22
# Do not edit this file; modify pyproject.toml instead.
3-
sphinx>=5
4-
Jinja2>=2.10
3+
sphinx>=6
54
tabulate>=0.8.10
65
tomli>=1.1.0;python_version<'3.11'

0 commit comments

Comments
 (0)