summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-13 08:15:21 -0500
committerGitHub <noreply@github.com>2024-09-13 08:15:21 -0500
commitd04358c36990b049cab684681c4132b019735c3f (patch)
treea6aee949e56690fe58a92593b0808db80061dc13
parent4fe417b6203b9d31d2d52085aa10eaead0eaf23a (diff)
downloadspack-d04358c36990b049cab684681c4132b019735c3f.tar.gz
spack-d04358c36990b049cab684681c4132b019735c3f.tar.bz2
spack-d04358c36990b049cab684681c4132b019735c3f.tar.xz
spack-d04358c36990b049cab684681c4132b019735c3f.zip
build(deps): bump urllib3 from 2.2.2 to 2.2.3 in /lib/spack/docs (#46368)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.2.3. - [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.2.2...2.2.3) --- 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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/requirements.txt b/lib/spack/docs/requirements.txt
index 5fbd59cdd9..cb766413d9 100644
--- a/lib/spack/docs/requirements.txt
+++ b/lib/spack/docs/requirements.txt
@@ -5,7 +5,7 @@ sphinx-rtd-theme==2.0.0
python-levenshtein==0.25.1
docutils==0.20.1
pygments==2.18.0
-urllib3==2.2.2
+urllib3==2.2.3
pytest==8.3.3
isort==5.13.2
black==24.8.0