Skip to content

Commit

Permalink
Require sphinx 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Mar 6, 2024
1 parent 46f532a commit 631938a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ classifiers = [
'Programming Language :: Python :: 3.11',
]
dependencies = [
'sphinx>=5',
'Jinja2>=2.10',
'sphinx>=6',
'tabulate>=0.8.10',
"tomli>=1.1.0;python_version<'3.11'",
]
Expand Down
3 changes: 1 addition & 2 deletions requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Generated via tools/generate_requirements.py and pre-commit hook.
# Do not edit this file; modify pyproject.toml instead.
sphinx>=5
Jinja2>=2.10
sphinx>=6
tabulate>=0.8.10
tomli>=1.1.0;python_version<'3.11'

0 comments on commit 631938a

Please sign in to comment.