diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-10 05:04:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 05:04:58 +0000 |
commit | a3c7ad7669e42fe56dbf21f0ed6bb0cab2877c4a (patch) | |
tree | 8caf50f3ab1bd878e2b7d3b01113fdc363d5cf74 /lib | |
parent | b99288dcae9fd240a6d483d8b13940e52bfd8575 (diff) | |
download | spack-a3c7ad7669e42fe56dbf21f0ed6bb0cab2877c4a.tar.gz spack-a3c7ad7669e42fe56dbf21f0ed6bb0cab2877c4a.tar.bz2 spack-a3c7ad7669e42fe56dbf21f0ed6bb0cab2877c4a.tar.xz spack-a3c7ad7669e42fe56dbf21f0ed6bb0cab2877c4a.zip |
build(deps): bump urllib3 from 2.0.3 to 2.0.4 in /lib/spack/docs (#39002)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 to 2.0.4.
- [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.3...2.0.4)
---
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>
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 50a4d17dcc..6866f7bbc0 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -5,7 +5,7 @@ sphinx-rtd-theme==1.2.2 python-levenshtein==0.21.1 docutils==0.18.1 pygments==2.15.1 -urllib3==2.0.3 +urllib3==2.0.4 pytest==7.4.0 isort==5.12.0 black==23.7.0 |