diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-31 09:55:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 09:55:26 +0100 |
commit | 2dcf4f709b3700469491ba9cca28585a961dbc29 (patch) | |
tree | 100dcbafaeef597efef916f38c3a1b448c058c16 /lib | |
parent | a171fe3565f470e08e867cbca2af1362af785db1 (diff) | |
download | spack-2dcf4f709b3700469491ba9cca28585a961dbc29.tar.gz spack-2dcf4f709b3700469491ba9cca28585a961dbc29.tar.bz2 spack-2dcf4f709b3700469491ba9cca28585a961dbc29.tar.xz spack-2dcf4f709b3700469491ba9cca28585a961dbc29.zip |
build(deps): bump urllib3 from 2.1.0 to 2.2.0 in /lib/spack/docs (#42384)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 to 2.2.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.1.0...2.2.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>
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 8a562ef5a9..e0a1a60bb3 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.23.0 docutils==0.20.1 pygments==2.17.2 -urllib3==2.1.0 +urllib3==2.2.0 pytest==8.0.0 isort==5.13.2 black==24.1.1 |