diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-19 12:12:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-19 12:12:13 +0200 |
commit | 011ff48f82bf7bb6be685f4f573b870659c8762e (patch) | |
tree | 784b915396066f6590e9263d98dc678b0bbc0460 | |
parent | adcd05b36565359fd6d48e20e94eb5bfcb37ddae (diff) | |
download | spack-011ff48f82bf7bb6be685f4f573b870659c8762e.tar.gz spack-011ff48f82bf7bb6be685f4f573b870659c8762e.tar.bz2 spack-011ff48f82bf7bb6be685f4f573b870659c8762e.tar.xz spack-011ff48f82bf7bb6be685f4f573b870659c8762e.zip |
build(deps): bump python-levenshtein in /lib/spack/docs (#46494)
Bumps [python-levenshtein](https://github.com/rapidfuzz/python-Levenshtein) from 0.25.1 to 0.26.0.
- [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.25.1...v0.26.0)
---
updated-dependencies:
- dependency-name: python-levenshtein
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>
-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 f1d6e8f5a7..e6a8fdfe06 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -2,7 +2,7 @@ sphinx==7.4.7 sphinxcontrib-programoutput==0.17 sphinx_design==0.6.1 sphinx-rtd-theme==3.0.1 -python-levenshtein==0.25.1 +python-levenshtein==0.26.0 docutils==0.20.1 pygments==2.18.0 urllib3==2.2.3 |