diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-01 17:16:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 17:16:34 +0100 |
commit | e6107e336c35cc642fe532da6f71a3c5683712f9 (patch) | |
tree | affead624d7a6cff853a6c4dabce4b273e7c350f /lib | |
parent | 9ef57c3c86b167f9151ca157a6a30d7e6c3cd298 (diff) | |
download | spack-e6107e336c35cc642fe532da6f71a3c5683712f9.tar.gz spack-e6107e336c35cc642fe532da6f71a3c5683712f9.tar.bz2 spack-e6107e336c35cc642fe532da6f71a3c5683712f9.tar.xz spack-e6107e336c35cc642fe532da6f71a3c5683712f9.zip |
build(deps): bump docutils from 0.18.1 to 0.20.1 in /lib/spack/docs (#38174)
Bumps [docutils](https://docutils.sourceforge.io/) from 0.18.1 to 0.20.1.
---
updated-dependencies:
- dependency-name: docutils
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/requirements.txt b/lib/spack/docs/requirements.txt index ab1c80a791..d2c2d18314 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -3,7 +3,7 @@ sphinxcontrib-programoutput==0.17 sphinx_design==0.5.0 sphinx-rtd-theme==2.0.0 python-levenshtein==0.23.0 -docutils==0.18.1 +docutils==0.20.1 pygments==2.17.2 urllib3==2.1.0 pytest==7.4.3 |