diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-02 12:20:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-02 12:20:02 +0100 |
commit | 1ef69a8bfb6a7ec05e8d8d8f460d227022a6f101 (patch) | |
tree | a0fe3fe085ff6a0a0e11f8f1ac1f075cb15955fc | |
parent | 55db0902062ae2ac19f334c8ca6b7986b08bbb6f (diff) | |
download | spack-1ef69a8bfb6a7ec05e8d8d8f460d227022a6f101.tar.gz spack-1ef69a8bfb6a7ec05e8d8d8f460d227022a6f101.tar.bz2 spack-1ef69a8bfb6a7ec05e8d8d8f460d227022a6f101.tar.xz spack-1ef69a8bfb6a7ec05e8d8d8f460d227022a6f101.zip |
build(deps): bump python-levenshtein in /lib/spack/docs (#42440)
Bumps [python-levenshtein](https://github.com/rapidfuzz/python-Levenshtein) from 0.23.0 to 0.24.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.23.0...v0.24.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 e0a1a60bb3..c0c6e077a7 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -2,7 +2,7 @@ sphinx==7.2.6 sphinxcontrib-programoutput==0.17 sphinx_design==0.5.0 sphinx-rtd-theme==2.0.0 -python-levenshtein==0.23.0 +python-levenshtein==0.24.0 docutils==0.20.1 pygments==2.17.2 urllib3==2.2.0 |