Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump urllib3 from 1.25.11 to 1.26.5 in /cookbook/integrations/flytekit_plugins/dolt #325

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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