diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-16 13:51:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 13:51:12 -0800 |
commit | 44438e6171f4565c81aa02a1139202f91b708775 (patch) | |
tree | ddcabc591fc69b50e3568f37435e52ed020f9414 /lib | |
parent | af8e000a936ff7cf681bf060f332197444d72d0e (diff) | |
download | spack-44438e6171f4565c81aa02a1139202f91b708775.tar.gz spack-44438e6171f4565c81aa02a1139202f91b708775.tar.bz2 spack-44438e6171f4565c81aa02a1139202f91b708775.tar.xz spack-44438e6171f4565c81aa02a1139202f91b708775.zip |
build(deps): bump python-levenshtein in /lib/spack/docs (#42630)
Bumps [python-levenshtein](https://github.com/rapidfuzz/python-Levenshtein) from 0.24.0 to 0.25.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.24.0...v0.25.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>
Diffstat (limited to 'lib')
-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 c0c6e077a7..5cc2a8e9c2 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.24.0 +python-levenshtein==0.25.0 docutils==0.20.1 pygments==2.17.2 urllib3==2.2.0 |