diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-14 13:03:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 13:03:15 +0200 |
commit | 6979d6a96f0f768c03cd7bc47e7ad1a82701a642 (patch) | |
tree | 674976ac7f60f2ab6a341a4499fd8b126def70b0 /lib | |
parent | deffd2acc98c20b2ee4f42821a8caa161394302d (diff) | |
download | spack-6979d6a96f0f768c03cd7bc47e7ad1a82701a642.tar.gz spack-6979d6a96f0f768c03cd7bc47e7ad1a82701a642.tar.bz2 spack-6979d6a96f0f768c03cd7bc47e7ad1a82701a642.tar.xz spack-6979d6a96f0f768c03cd7bc47e7ad1a82701a642.zip |
build(deps): bump python-levenshtein in /lib/spack/docs (#38339)
Bumps [python-levenshtein](https://github.com/maxbachmann/python-Levenshtein) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/maxbachmann/python-Levenshtein/releases)
- [Changelog](https://github.com/maxbachmann/python-Levenshtein/blob/main/HISTORY.md)
- [Commits](https://github.com/maxbachmann/python-Levenshtein/compare/v0.21.0...v0.21.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>
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 3e958657e8..9e09e31e99 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -2,7 +2,7 @@ sphinx==6.2.1 sphinxcontrib-programoutput==0.17 sphinx_design==0.4.1 sphinx-rtd-theme==1.2.2 -python-levenshtein==0.21.0 +python-levenshtein==0.21.1 docutils==0.18.1 pygments==2.15.1 urllib3==2.0.3 |