diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-23 06:18:20 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-23 06:18:20 -0600 |
commit | e785d3716e1e42439b1ac0b0c20d255f0cdb8f9a (patch) | |
tree | c9ce4583034d2ac80464304db65d9e99945deae7 | |
parent | 328787b017853df2e43c1ab784b37f748954c5e0 (diff) | |
download | spack-e785d3716e1e42439b1ac0b0c20d255f0cdb8f9a.tar.gz spack-e785d3716e1e42439b1ac0b0c20d255f0cdb8f9a.tar.bz2 spack-e785d3716e1e42439b1ac0b0c20d255f0cdb8f9a.tar.xz spack-e785d3716e1e42439b1ac0b0c20d255f0cdb8f9a.zip |
build(deps): bump sphinx from 7.4.7 to 8.1.3 in /lib/spack/docs (#47159)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.1.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.7...v8.1.3)
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-major
...
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 3e4607ac40..f9c3ccc1b6 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==7.4.7 +sphinx==8.1.3 sphinxcontrib-programoutput==0.17 sphinx_design==0.6.1 sphinx-rtd-theme==3.0.1 |