Skip to content

Commit

Permalink
Bump urllib3 in /cookbook/integrations/external_services/hive (flyteo…
Browse files Browse the repository at this point in the history
…rg#336)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.25.11...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

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 Jul 21, 2021
1 parent 75d1ee1 commit d7c5ead
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions cookbook/integrations/external_services/hive/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ attrs==21.2.0
# via scantree
certifi==2021.5.30
# via requests
cffi==1.14.6
# via cryptography
chardet==4.0.0
# via requests
click==7.1.2
# via flytekit
croniter==1.0.15
# via flytekit
cryptography==3.4.7
# via secretstorage
cycler==0.10.0
# via matplotlib
dataclasses-json==0.5.4
Expand All @@ -28,7 +32,7 @@ docker-image-py==0.1.10
# via flytekit
flyteidl==0.19.9
# via flytekit
flytekit==0.20.0
flytekit==0.20.1
# via
# -r ../../../common/requirements-common.in
# flytekitplugins-hive
Expand All @@ -40,6 +44,10 @@ idna==2.10
# via requests
importlib-metadata==4.6.0
# via keyring
jeepney==0.7.0
# via
# keyring
# secretstorage
keyring==23.0.1
# via flytekit
kiwisolver==1.3.1
Expand Down Expand Up @@ -78,6 +86,8 @@ py==1.10.0
# via retry
pyarrow==3.0.0
# via flytekit
pycparser==2.20
# via cffi
pyparsing==2.4.7
# via matplotlib
python-dateutil==2.8.1
Expand Down Expand Up @@ -106,6 +116,8 @@ retry==0.9.2
# via flytekit
scantree==0.0.1
# via dirhash
secretstorage==3.3.1
# via keyring
six==1.16.0
# via
# cycler
Expand All @@ -125,7 +137,7 @@ typing-extensions==3.10.0.0
# via typing-inspect
typing-inspect==0.7.1
# via dataclasses-json
urllib3==1.25.11
urllib3==1.26.5
# via
# flytekit
# requests
Expand Down

0 comments on commit d7c5ead

Please sign in to comment.