diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-14 09:33:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 09:33:41 +0100 |
commit | a80b4fd20ddd9c6361cf0982beea68ca7a1a5994 (patch) | |
tree | c0d73626b8ff34126d4613e7785b63326e5b4b24 | |
parent | c264cf12a21c44358739fbe1fa674d2cb497ab5d (diff) | |
download | spack-a80b4fd20ddd9c6361cf0982beea68ca7a1a5994.tar.gz spack-a80b4fd20ddd9c6361cf0982beea68ca7a1a5994.tar.bz2 spack-a80b4fd20ddd9c6361cf0982beea68ca7a1a5994.tar.xz spack-a80b4fd20ddd9c6361cf0982beea68ca7a1a5994.zip |
build(deps): bump urllib3 from 2.0.7 to 2.1.0 in /lib/spack/docs (#41055)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.1.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.7...2.1.0)
---
updated-dependencies:
- dependency-name: urllib3
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 df199912d7..f4333b9aae 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -5,7 +5,7 @@ sphinx-rtd-theme==1.3.0 python-levenshtein==0.23.0 docutils==0.18.1 pygments==2.16.1 -urllib3==2.0.7 +urllib3==2.1.0 pytest==7.4.3 isort==5.12.0 black==23.11.0 |