diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-23 11:53:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 11:53:43 -0400 |
commit | 8c6177c47f2bb8b698eba0ac22400603e6396ff7 (patch) | |
tree | f7304d0c8a9af33f9c8725552272878a36ea2192 | |
parent | b65d9f1524fb178d17160769f29b974643d0e338 (diff) | |
download | spack-8c6177c47f2bb8b698eba0ac22400603e6396ff7.tar.gz spack-8c6177c47f2bb8b698eba0ac22400603e6396ff7.tar.bz2 spack-8c6177c47f2bb8b698eba0ac22400603e6396ff7.tar.xz spack-8c6177c47f2bb8b698eba0ac22400603e6396ff7.zip |
build(deps): bump sphinx from 7.4.6 to 7.4.7 in /lib/spack/docs (#45376)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.6 to 7.4.7.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.6...v7.4.7)
---
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>
-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 7785508b15..300ffbdbb4 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==7.4.6 +sphinx==7.4.7 sphinxcontrib-programoutput==0.17 sphinx_design==0.6.0 sphinx-rtd-theme==2.0.0 |