diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-22 07:01:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 07:01:45 +0100 |
commit | 579dec3b35c7c3180f65d99f5f525ae999332375 (patch) | |
tree | 598b89f6c97f242145185615e56f211edcb2099f /lib | |
parent | 9608ed9dbdaf46ea174a5d3a73d15f6587fc4001 (diff) | |
download | spack-579dec3b35c7c3180f65d99f5f525ae999332375.tar.gz spack-579dec3b35c7c3180f65d99f5f525ae999332375.tar.bz2 spack-579dec3b35c7c3180f65d99f5f525ae999332375.tar.xz spack-579dec3b35c7c3180f65d99f5f525ae999332375.zip |
build(deps): bump urllib3 from 2.2.0 to 2.2.1 in /lib/spack/docs (#42757)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.0 to 2.2.1.
- [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.0...2.2.1)
---
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 3235cd5db4..594a6b3f9c 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.0 docutils==0.20.1 pygments==2.17.2 -urllib3==2.2.0 +urllib3==2.2.1 pytest==8.0.1 isort==5.13.2 black==24.2.0 |