Skip to content

Commit

Permalink
Update docutils requirement from <0.21,>=0.14 to >=0.14,<0.22
Browse files Browse the repository at this point in the history
Updates the requirements on [docutils](https://docutils.sourceforge.io) to permit the latest version.

---
updated-dependencies:
- dependency-name: docutils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 10dab28 commit 0e53504
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docutils>=0.14,<0.21
docutils>=0.14,<0.22
ipykernel
ipython
jinja2>=3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
anaconda-client
conda-build
docutils>=0.14,<0.21
docutils>=0.14,<0.22
ipykernel
ipython
jinja2>=3.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ def get_version():
'thermodynamics'],
install_requires=['matplotlib', 'numpy', 'scipy'],
extras_require={
'docs': ['docutils>=0.14,<0.21', 'ipykernel', 'ipython',
'docs': ['docutils>=0.14,<0.22', 'ipykernel', 'ipython',
'jinja2>=3.0', 'nbsphinx', 'pycodestyle',
'sphinx', 'sphinx-copybutton',
'sphinx-rtd-theme', 'sphinxcontrib-bibtex'],
'testing': ['pycodestyle', 'pylint', 'pytest', 'pytest-cov'],
'all': ['docutils>=0.14,<0.21', 'ipykernel', 'ipython', 'jinja2>=3.0',
'all': ['docutils>=0.14,<0.22', 'ipykernel', 'ipython', 'jinja2>=3.0',
'nbsphinx', 'pycodestyle', 'pylint', 'pytest', 'pytest-cov',
'sphinx', 'sphinx-copybutton',
'sphinx-rtd-theme', 'sphinxcontrib-bibtex']
Expand Down

0 comments on commit 0e53504

Please sign in to comment.