diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-31 10:40:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 10:40:33 +0200 |
commit | ecb7ad493fe8d3599cbd9fd4b3dbcb2407c8e6e6 (patch) | |
tree | 2df3830940b857208a275331f942a4c79086498f /lib | |
parent | fb1e81657c45f3f0140e1c5ae74b7eb41764260d (diff) | |
download | spack-ecb7ad493fe8d3599cbd9fd4b3dbcb2407c8e6e6.tar.gz spack-ecb7ad493fe8d3599cbd9fd4b3dbcb2407c8e6e6.tar.bz2 spack-ecb7ad493fe8d3599cbd9fd4b3dbcb2407c8e6e6.tar.xz spack-ecb7ad493fe8d3599cbd9fd4b3dbcb2407c8e6e6.zip |
build(deps): bump sphinx from 7.2.4 to 7.2.5 in /lib/spack/docs (#39716)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.4 to 7.2.5.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.4...v7.2.5)
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 02bf982403..adcf16f379 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==7.2.4 +sphinx==7.2.5 sphinxcontrib-programoutput==0.17 sphinx_design==0.5.0 sphinx-rtd-theme==1.3.0 |