diff --git a/dev-requirements.txt b/dev-requirements.txt index 2ffdd414cbc..c9dff92840f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.8 +# This file is autogenerated by pip-compile with python 3.9 # To update, run: # # make dev-requirements.txt @@ -46,10 +46,6 @@ charset-normalizer==2.0.12 # via # -c requirements.txt # requests -checksumdir==1.2.0 - # via - # -c requirements.txt - # flytekit click==8.1.2 # via # -c requirements.txt @@ -106,6 +102,14 @@ docker-image-py==0.1.12 # via # -c requirements.txt # flytekit +docker-py==1.10.6 + # via + # -c requirements.txt + # flytekit +docker-pycreds==0.4.0 + # via + # -c requirements.txt + # docker-py dockerpty==0.4.1 # via docker-compose docopt==0.6.2 @@ -116,7 +120,7 @@ docstring-parser==0.13 # flytekit filelock==3.6.0 # via virtualenv -flyteidl==0.24.11 +flyteidl==0.24.13 # via # -c requirements.txt # flytekit @@ -131,7 +135,7 @@ google-auth==2.6.2 # google-cloud-core google-cloud-bigquery==3.0.1 # via -r dev-requirements.in -google-cloud-bigquery-storage==2.13.0 +google-cloud-bigquery-storage==2.13.1 # via # -r dev-requirements.in # google-cloud-bigquery @@ -147,14 +151,14 @@ googleapis-common-protos==1.56.0 # flyteidl # google-api-core # grpcio-status -grpcio==1.45.0 +grpcio==1.44.0 # via # -c requirements.txt # flytekit # google-api-core # google-cloud-bigquery # grpcio-status -grpcio-status==1.45.0 +grpcio-status==1.44.0 # via google-api-core identify==2.4.12 # via pre-commit @@ -168,7 +172,7 @@ importlib-metadata==4.11.3 # keyring iniconfig==1.1.1 # via pytest -jeepney==0.7.1 +jeepney==0.8.0 # via # -c requirements.txt # keyring @@ -251,13 +255,13 @@ poyo==0.5.0 # via # -c requirements.txt # cookiecutter -pre-commit==2.17.0 +pre-commit==2.18.1 # via -r dev-requirements.in proto-plus==1.20.3 # via # google-cloud-bigquery # google-cloud-bigquery-storage -protobuf==3.19.4 +protobuf==3.20.0 # via # -c requirements.txt # flyteidl @@ -354,6 +358,7 @@ requests==2.27.1 # cookiecutter # docker # docker-compose + # docker-py # flytekit # google-api-core # google-cloud-bigquery @@ -377,6 +382,8 @@ six==1.16.0 # -c requirements.txt # bcrypt # cookiecutter + # docker-py + # docker-pycreds # dockerpty # google-auth # grpcio @@ -426,8 +433,10 @@ virtualenv==20.14.0 # via pre-commit websocket-client==0.59.0 # via + # -c requirements.txt # docker # docker-compose + # docker-py wheel==0.37.1 # via # -c requirements.txt @@ -437,7 +446,7 @@ wrapt==1.14.0 # -c requirements.txt # deprecated # flytekit -zipp==3.7.0 +zipp==3.8.0 # via # -c requirements.txt # importlib-metadata diff --git a/doc-requirements.txt b/doc-requirements.txt index 69f8d8e4740..8e5e8ba07bc 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.8 +# This file is autogenerated by pip-compile with python 3.9 # To update, run: # # make doc-requirements.txt @@ -29,8 +29,6 @@ chardet==4.0.0 # via binaryornot charset-normalizer==2.0.12 # via requests -checksumdir==1.2.0 - # via flytekit click==8.1.2 # via # cookiecutter @@ -57,19 +55,23 @@ diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit +docker-py==1.10.6 + # via flytekit +docker-pycreds==0.4.0 + # via docker-py docstring-parser==0.13 # via flytekit docutils==0.17.1 # via # sphinx # sphinx-panels -flyteidl==0.24.11 +flyteidl==0.24.13 # via flytekit furo @ git+https://github.com/flyteorg/furo@main # via -r doc-requirements.in googleapis-common-protos==1.56.0 # via flyteidl -grpcio==1.45.0 +grpcio==1.44.0 # via # -r doc-requirements.in # flytekit @@ -81,7 +83,7 @@ importlib-metadata==4.11.3 # via # keyring # sphinx -jeepney==0.7.1 +jeepney==0.8.0 # via # keyring # secretstorage @@ -122,11 +124,11 @@ packaging==21.3 # via # marshmallow # sphinx -pandas==1.4.1 +pandas==1.4.2 # via flytekit poyo==0.5.0 # via cookiecutter -protobuf==3.19.4 +protobuf==3.20.0 # via # flyteidl # flytekit @@ -174,6 +176,7 @@ regex==2022.3.15 requests==2.27.1 # via # cookiecutter + # docker-py # flytekit # responses # sphinx @@ -186,6 +189,8 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter + # docker-py + # docker-pycreds # grpcio # python-dateutil # sphinx-code-include @@ -258,6 +263,8 @@ urllib3==1.26.9 # flytekit # requests # responses +websocket-client==1.3.2 + # via docker-py wheel==0.37.1 # via flytekit wrapt==1.14.0 @@ -265,7 +272,7 @@ wrapt==1.14.0 # astroid # deprecated # flytekit -zipp==3.7.0 +zipp==3.8.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements-spark2.txt b/requirements-spark2.txt index bb3aed51f02..aa7bfcf7a58 100644 --- a/requirements-spark2.txt +++ b/requirements-spark2.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.8 +# This file is autogenerated by pip-compile with python 3.9 # To update, run: # # make requirements-spark2.txt @@ -24,8 +24,6 @@ chardet==4.0.0 # via binaryornot charset-normalizer==2.0.12 # via requests -checksumdir==1.2.0 - # via flytekit click==8.1.2 # via # cookiecutter @@ -48,19 +46,23 @@ diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit +docker-py==1.10.6 + # via flytekit +docker-pycreds==0.4.0 + # via docker-py docstring-parser==0.13 # via flytekit -flyteidl==0.24.11 +flyteidl==0.24.13 # via flytekit googleapis-common-protos==1.56.0 # via flyteidl -grpcio==1.45.0 +grpcio==1.44.0 # via flytekit idna==3.3 # via requests importlib-metadata==4.11.3 # via keyring -jeepney==0.7.1 +jeepney==0.8.0 # via # keyring # secretstorage @@ -102,7 +104,7 @@ pandas==1.3.5 # flytekit poyo==0.5.0 # via cookiecutter -protobuf==3.19.4 +protobuf==3.20.0 # via # flyteidl # flytekit @@ -145,6 +147,7 @@ regex==2022.3.15 requests==2.27.1 # via # cookiecutter + # docker-py # flytekit # responses responses==0.20.0 @@ -156,9 +159,12 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter + # docker-py + # docker-pycreds # grpcio # jsonschema # python-dateutil + # websocket-client sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 @@ -176,13 +182,17 @@ urllib3==1.26.9 # flytekit # requests # responses +websocket-client==0.59.0 + # via + # -r requirements.in + # docker-py wheel==0.37.1 # via flytekit wrapt==1.14.0 # via # deprecated # flytekit -zipp==3.7.0 +zipp==3.8.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements.txt b/requirements.txt index de5c0a4ecfa..b19cdac207b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,14 +50,12 @@ docker-pycreds==0.4.0 # via docker-py docstring-parser==0.13 # via flytekit -flyteidl==0.24.12 +flyteidl==0.24.13 # via flytekit googleapis-common-protos==1.56.0 # via flyteidl grpcio==1.44.0 - # via - # -r requirements.in - # flytekit + # via flytekit idna==3.3 # via requests importlib-metadata==4.11.3 diff --git a/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt b/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt index c2088e1db8f..b621ee20751 100644 --- a/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt +++ b/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.8 +# This file is autogenerated by pip-compile with python 3.9 # To update, run: # # make tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt @@ -44,7 +44,7 @@ docker-image-py==0.1.12 # via flytekit docstring-parser==0.13 # via flytekit -flyteidl==0.24.11 +flyteidl==0.24.13 # via flytekit flytekit==0.31.0 # via -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in @@ -58,7 +58,7 @@ idna==3.3 # via requests importlib-metadata==4.11.3 # via keyring -jeepney==0.7.1 +jeepney==0.8.0 # via # keyring # secretstorage @@ -103,13 +103,13 @@ packaging==21.3 # via # marshmallow # matplotlib -pandas==1.4.1 +pandas==1.4.2 # via flytekit -pillow==9.0.1 +pillow==9.1.0 # via matplotlib poyo==0.5.0 # via cookiecutter -protobuf==3.19.4 +protobuf==3.20.0 # via # flyteidl # flytekit @@ -187,5 +187,5 @@ wrapt==1.14.0 # via # deprecated # flytekit -zipp==3.7.0 +zipp==3.8.0 # via importlib-metadata