summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-01 23:55:18 +0000
committerGitHub <noreply@github.com>2024-11-01 23:55:18 +0000
commit19e3ab83cfee8fdbd2c19e23c1b93ef83e92fbc4 (patch)
tree36ca9384663e6ee4bca171c8c738bb813403f9be
parente42a4a8bac1f7e79abdd3227a7a743a55044a270 (diff)
downloadspack-19e3ab83cfee8fdbd2c19e23c1b93ef83e92fbc4.tar.gz
spack-19e3ab83cfee8fdbd2c19e23c1b93ef83e92fbc4.tar.bz2
spack-19e3ab83cfee8fdbd2c19e23c1b93ef83e92fbc4.tar.xz
spack-19e3ab83cfee8fdbd2c19e23c1b93ef83e92fbc4.zip
build(deps): bump python-levenshtein in /lib/spack/docs (#47372)
Bumps [python-levenshtein](https://github.com/rapidfuzz/python-Levenshtein) from 0.26.0 to 0.26.1. - [Release notes](https://github.com/rapidfuzz/python-Levenshtein/releases) - [Changelog](https://github.com/rapidfuzz/python-Levenshtein/blob/main/HISTORY.md) - [Commits](https://github.com/rapidfuzz/python-Levenshtein/compare/v0.26.0...v0.26.1) --- updated-dependencies: - dependency-name: python-levenshtein 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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/requirements.txt b/lib/spack/docs/requirements.txt
index 530bb17522..879fe33874 100644
--- a/lib/spack/docs/requirements.txt
+++ b/lib/spack/docs/requirements.txt
@@ -2,7 +2,7 @@ sphinx==8.1.3
sphinxcontrib-programoutput==0.17
sphinx_design==0.6.1
sphinx-rtd-theme==3.0.1
-python-levenshtein==0.26.0
+python-levenshtein==0.26.1
docutils==0.21.2
pygments==2.18.0
urllib3==2.2.3