Skip to content

Commit

Permalink
Bump urllib3 in /cookbook/integrations/flytekit_plugins/dolt (#325)
Browse files Browse the repository at this point in the history
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 20, 2021
1 parent 52b63dc commit a815aea
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions cookbook/integrations/flytekit_plugins/dolt/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==2020.12.5
# via requests
cffi==1.14.6
# via cryptography
chardet==4.0.0
# via requests
click==7.1.2
# via flytekit
croniter==1.0.13
# via flytekit
cryptography==3.4.7
# via secretstorage
cycler==0.10.0
# via matplotlib
dataclasses-json==0.5.3
Expand All @@ -32,9 +36,9 @@ dolt-integrations==0.1.5
# via flytekitplugins.dolt
doltcli==0.1.6
# via dolt-integrations
flyteidl==0.18.43
flyteidl==0.19.14
# via flytekit
flytekit==0.18.0
flytekit==0.20.1
# via
# -r ../../../common/requirements-common.in
# flytekitplugins.dolt
Expand All @@ -46,16 +50,23 @@ idna==2.10
# via requests
importlib-metadata==4.0.1
# via keyring
jeepney==0.7.0
# via
# keyring
# secretstorage
keyring==23.0.1
# via flytekit
kiwisolver==1.3.1
# via matplotlib
marshmallow-enum==1.5.1
# via dataclasses-json
marshmallow==3.11.1
# via
# dataclasses-json
# marshmallow-enum
# marshmallow-jsonschema
marshmallow-enum==1.5.1
# via dataclasses-json
marshmallow-jsonschema==0.12.0
# via flytekit
matplotlib==3.4.1
# via -r ../../../common/requirements-common.in
mypy-extensions==0.4.3
Expand Down Expand Up @@ -83,6 +94,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 All @@ -91,6 +104,8 @@ python-dateutil==2.8.1
# flytekit
# matplotlib
# pandas
python-json-logger==2.0.1
# via flytekit
pytimeparse==1.1.8
# via flytekit
pytz==2018.4
Expand All @@ -109,6 +124,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 @@ -128,7 +145,7 @@ typing-extensions==3.10.0.0
# via typing-inspect
typing-inspect==0.6.0
# via dataclasses-json
urllib3==1.25.11
urllib3==1.26.5
# via
# flytekit
# requests
Expand Down

0 comments on commit a815aea

Please sign in to comment.