Skip to content

Commit

Permalink
Bump urllib3 from 2.0.7 to 2.2.2 (#181)
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.7...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 0d85836 commit 0023ac0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion third_party/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ requests==2.31.0
rsa==4.9
scipy==1.11.3
six==1.16.0
urllib3==2.0.7
urllib3==2.2.2
PyYAML==6.0.1
cython==3.0.3
64 changes: 32 additions & 32 deletions third_party/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,66 +5,66 @@
# pip-compile --output-file=requirements.txt requirements.in
#
absl-py==2.0.0
# via -r requirements.in
# via -r third_party/requirements.in
cachetools==5.3.1
# via
# -r requirements.in
# -r third_party/requirements.in
# google-auth
certifi==2023.7.22
# via
# -r requirements.in
# -r third_party/requirements.in
# requests
chardet==5.2.0
# via -r requirements.in
# via -r third_party/requirements.in
charset-normalizer==3.3.2
# via requests
cython==3.0.3
# via -r requirements.in
# via -r third_party/requirements.in
funcsigs==1.0.2
# via -r requirements.in
# via -r third_party/requirements.in
futures==3.1.1
# via -r requirements.in
# via -r third_party/requirements.in
gitdb==4.0.11
# via
# gitdb2
# gitpython
gitdb2==4.0.2
# via -r requirements.in
# via -r third_party/requirements.in
gitpython==3.1.41
# via -r requirements.in
# via -r third_party/requirements.in
google-api-core[grpc]==2.12.0
# via
# -r requirements.in
# -r third_party/requirements.in
# google-cloud-bigquery
# google-cloud-core
# google-cloud-storage
google-auth==2.23.3
# via
# -r requirements.in
# -r third_party/requirements.in
# google-api-core
# google-cloud-core
# google-cloud-storage
google-cloud-bigquery==3.12.0
# via -r requirements.in
# via -r third_party/requirements.in
google-cloud-core==2.3.3
# via
# -r requirements.in
# -r third_party/requirements.in
# google-cloud-bigquery
# google-cloud-storage
google-cloud-storage==2.12.0
# via -r requirements.in
# via -r third_party/requirements.in
google-crc32c==1.5.0
# via
# google-cloud-storage
# google-resumable-media
google-resumable-media==2.6.0
# via
# -r requirements.in
# -r third_party/requirements.in
# google-cloud-bigquery
# google-cloud-storage
googleapis-common-protos==1.61.0
# via
# -r requirements.in
# -r third_party/requirements.in
# google-api-core
# grpcio-status
grpcio==1.62.1
Expand All @@ -76,64 +76,64 @@ grpcio-status==1.62.1
# via google-api-core
idna==3.4
# via
# -r requirements.in
# -r third_party/requirements.in
# requests
mock==5.1.0
# via -r requirements.in
# via -r third_party/requirements.in
numpy==1.26.1
# via
# -r requirements.in
# -r third_party/requirements.in
# scipy
packaging==24.0
# via google-cloud-bigquery
pbr==5.1.3
# via -r requirements.in
# via -r third_party/requirements.in
proto-plus==1.23.0
# via google-cloud-bigquery
protobuf==4.24.4
# via
# -r requirements.in
# -r third_party/requirements.in
# google-api-core
# google-cloud-bigquery
# googleapis-common-protos
# grpcio-status
# proto-plus
psutil==5.9.6
# via -r requirements.in
# via -r third_party/requirements.in
pyasn1==0.5.0
# via
# -r requirements.in
# -r third_party/requirements.in
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
# via
# -r requirements.in
# -r third_party/requirements.in
# google-auth
python-dateutil==2.9.0.post0
# via google-cloud-bigquery
pytz==2018.9
# via -r requirements.in
# via -r third_party/requirements.in
pyyaml==6.0.1
# via -r requirements.in
# via -r third_party/requirements.in
requests==2.31.0
# via
# -r requirements.in
# -r third_party/requirements.in
# google-api-core
# google-cloud-bigquery
# google-cloud-storage
rsa==4.9
# via
# -r requirements.in
# -r third_party/requirements.in
# google-auth
scipy==1.11.3
# via -r requirements.in
# via -r third_party/requirements.in
six==1.16.0
# via
# -r requirements.in
# -r third_party/requirements.in
# python-dateutil
smmap==5.0.1
# via gitdb
urllib3==2.0.7
urllib3==2.2.2
# via
# -r requirements.in
# -r third_party/requirements.in
# requests

0 comments on commit 0023ac0

Please sign in to comment.