Skip to content

Commit 7a8727d

Browse files
Update docutils requirement from <0.21,>=0.14 to >=0.21.2,<0.22
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]>
1 parent a96f135 commit 7a8727d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
docutils>=0.14,<0.21
1+
docutils>=0.21.2,<0.22
22
ipykernel
33
ipython
44
jinja2>=3.0

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
anaconda-client
22
conda-build
3-
docutils>=0.14,<0.21
3+
docutils>=0.21.2,<0.22
44
ipykernel
55
ipython
66
jinja2>=3.0

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ def get_version():
3838
'thermodynamics'],
3939
install_requires=['matplotlib', 'numpy', 'scipy'],
4040
extras_require={
41-
'docs': ['docutils>=0.14,<0.21', 'ipykernel', 'ipython',
41+
'docs': ['docutils>=0.21.2,<0.22', 'ipykernel', 'ipython',
4242
'jinja2>=3.0', 'nbsphinx', 'pycodestyle',
4343
'sphinx', 'sphinx-copybutton',
4444
'sphinx-rtd-theme', 'sphinxcontrib-bibtex'],
4545
'testing': ['pycodestyle', 'pylint', 'pytest', 'pytest-cov'],
46-
'all': ['docutils>=0.14,<0.21', 'ipykernel', 'ipython', 'jinja2>=3.0',
46+
'all': ['docutils>=0.21.2,<0.22', 'ipykernel', 'ipython', 'jinja2>=3.0',
4747
'nbsphinx', 'pycodestyle', 'pylint', 'pytest', 'pytest-cov',
4848
'sphinx', 'sphinx-copybutton',
4949
'sphinx-rtd-theme', 'sphinxcontrib-bibtex']

0 commit comments

Comments
 (0)