diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-03 12:27:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 12:27:36 +0200 |
commit | f2230100ac9d5d1438e0c0e48a9262fb5df9be66 (patch) | |
tree | 71adb091e4ee5efadf00cd6728c72d65424b1f83 | |
parent | 4b06862a7f3fee9352cd4834b4de7cb400cd4aa1 (diff) | |
download | spack-f2230100ac9d5d1438e0c0e48a9262fb5df9be66.tar.gz spack-f2230100ac9d5d1438e0c0e48a9262fb5df9be66.tar.bz2 spack-f2230100ac9d5d1438e0c0e48a9262fb5df9be66.tar.xz spack-f2230100ac9d5d1438e0c0e48a9262fb5df9be66.zip |
build(deps): bump urllib3 from 2.0.5 to 2.0.6 in /lib/spack/docs (#40286)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.6.
- [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/v2.0.5...2.0.6)
---
updated-dependencies:
- dependency-name: urllib3
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>
-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 63951372ad..65b6386a82 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.21.1 docutils==0.18.1 pygments==2.16.1 -urllib3==2.0.5 +urllib3==2.0.6 pytest==7.4.2 isort==5.12.0 black==23.9.1 |