diff --git a/.github/workflows/pythonbuild.yml b/.github/workflows/pythonbuild.yml index bedf66383e..49f7c0c487 100644 --- a/.github/workflows/pythonbuild.yml +++ b/.github/workflows/pythonbuild.yml @@ -36,7 +36,6 @@ jobs: key: ${{ format('{0}-pip-{1}', runner.os, hashFiles('dev-requirements.txt', format('requirements{0}.txt', matrix.spark-version-suffix))) }} - name: Install dependencies run: | - python -m pip install --upgrade pip==21.2.4 setuptools wheel make setup${{ matrix.spark-version-suffix }} pip freeze - name: Test with coverage @@ -99,7 +98,6 @@ jobs: key: ${{ format('{0}-pip-{1}', runner.os, hashFiles('dev-requirements.txt', format('plugins/{0}/requirements.txt', matrix.plugin-names ))) }} - name: Install dependencies run: | - python -m pip install --upgrade pip==21.2.4 setuptools wheel make setup cd plugins/${{ matrix.plugin-names }} pip install -e . diff --git a/Makefile b/Makefile index 10f4e5b232..b5464e205e 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ help: .PHONY: install-piptools install-piptools: - pip install -U pip-tools pip==21.2.4 + pip install -U pip-tools setuptools wheel pip==22.0.3 .PHONY: update_boilerplate update_boilerplate: diff --git a/dev-requirements.txt b/dev-requirements.txt index 7c88c15106..28c22afa15 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,13 +2,13 @@ # This file is autogenerated by pip-compile with python 3.9 # To update, run: # -# pip-compile dev-requirements.in +# make dev-requirements.txt # -e file:.#egg=flytekit # via # -c requirements.txt # pytest-flyte -arrow==1.2.1 +arrow==1.2.2 # via # -c requirements.txt # jinja2-time @@ -18,17 +18,13 @@ attrs==20.3.0 # jsonschema # pytest # pytest-docker -backports.entry-points-selectable==1.1.1 - # via virtualenv bcrypt==3.2.0 - # via - # -c requirements.txt - # paramiko + # via paramiko binaryornot==0.4.4 # via # -c requirements.txt # cookiecutter -cachetools==4.2.4 +cachetools==5.0.0 # via google-auth certifi==2021.10.8 # via @@ -46,7 +42,7 @@ chardet==4.0.0 # via # -c requirements.txt # binaryornot -charset-normalizer==2.0.9 +charset-normalizer==2.0.11 # via # -c requirements.txt # requests @@ -54,7 +50,7 @@ checksumdir==1.2.0 # via # -c requirements.txt # flytekit -click==7.1.2 +click==8.0.3 # via # -c requirements.txt # cookiecutter @@ -69,9 +65,9 @@ cookiecutter==1.7.3 # via # -c requirements.txt # flytekit -coverage[toml]==6.2 +coverage[toml]==6.3.1 # via -r dev-requirements.in -croniter==1.1.0 +croniter==1.2.0 # via # -c requirements.txt # flytekit @@ -79,11 +75,12 @@ cryptography==36.0.1 # via # -c requirements.txt # paramiko + # secretstorage dataclasses-json==0.5.6 # via # -c requirements.txt # flytekit -decorator==5.1.0 +decorator==5.1.1 # via # -c requirements.txt # retry @@ -91,7 +88,7 @@ deprecated==1.2.13 # via # -c requirements.txt # flytekit -diskcache==5.3.0 +diskcache==5.4.0 # via # -c requirements.txt # flytekit @@ -117,18 +114,18 @@ docstring-parser==0.13 # via # -c requirements.txt # flytekit -filelock==3.4.0 +filelock==3.4.2 # via virtualenv -flyteidl==0.21.17 +flyteidl==0.22.0 # via # -c requirements.txt # flytekit -google-api-core[grpc]==2.4.0 +google-api-core[grpc]==2.5.0 # via # google-cloud-bigquery # google-cloud-bigquery-storage # google-cloud-core -google-auth==2.3.3 +google-auth==2.6.0 # via # google-api-core # google-cloud-core @@ -140,7 +137,7 @@ google-cloud-core==2.2.2 # via google-cloud-bigquery google-crc32c==1.3.0 # via google-resumable-media -google-resumable-media==2.1.0 +google-resumable-media==2.2.0 # via google-cloud-bigquery googleapis-common-protos==1.54.0 # via @@ -155,18 +152,23 @@ grpcio==1.43.0 # grpcio-status grpcio-status==1.43.0 # via google-api-core -identify==2.4.0 +identify==2.4.8 # via pre-commit idna==3.3 # via # -c requirements.txt # requests -importlib-metadata==4.10.0 +importlib-metadata==4.10.1 # via # -c requirements.txt # keyring iniconfig==1.1.1 # via pytest +jeepney==0.7.1 + # via + # -c requirements.txt + # keyring + # secretstorage jinja2==3.0.3 # via # -c requirements.txt @@ -183,11 +185,11 @@ jsonschema==3.2.0 # via # -c requirements.txt # docker-compose -keyring==23.4.0 +keyring==23.5.0 # via # -c requirements.txt # flytekit -libcst==0.4.0 +libcst==0.4.1 # via google-cloud-bigquery-storage markupsafe==2.0.1 # via @@ -209,14 +211,14 @@ marshmallow-jsonschema==0.13.0 # flytekit mock==4.0.3 # via -r dev-requirements.in -mypy==0.930 +mypy==0.931 # via -r dev-requirements.in mypy-extensions==0.4.3 # via # -c requirements.txt # mypy # typing-inspect -natsort==8.0.2 +natsort==8.1.0 # via # -c requirements.txt # flytekit @@ -229,34 +231,29 @@ numpy==1.21.5 # pyarrow packaging==21.3 # via - # -c requirements.txt # google-cloud-bigquery # pytest pandas==1.3.5 # via # -c requirements.txt # flytekit -paramiko==2.8.1 - # via - # -c requirements.txt - # docker -platformdirs==2.4.0 - # via - # -c requirements.txt - # virtualenv +paramiko==2.9.2 + # via docker +platformdirs==2.4.1 + # via virtualenv pluggy==1.0.0 # via pytest poyo==0.5.0 # via # -c requirements.txt # cookiecutter -pre-commit==2.16.0 +pre-commit==2.17.0 # via -r dev-requirements.in -proto-plus==1.19.8 +proto-plus==1.20.0 # via # google-cloud-bigquery # google-cloud-bigquery-storage -protobuf==3.19.1 +protobuf==3.19.4 # via # -c requirements.txt # flyteidl @@ -285,15 +282,11 @@ pycparser==2.21 # via # -c requirements.txt # cffi -pynacl==1.4.0 - # via - # -c requirements.txt - # paramiko -pyparsing==3.0.6 - # via - # -c requirements.txt - # packaging -pyrsistent==0.18.0 +pynacl==1.5.0 + # via paramiko +pyparsing==3.0.7 + # via packaging +pyrsistent==0.18.1 # via # -c requirements.txt # jsonschema @@ -306,7 +299,7 @@ pytest-docker==0.10.3 # via pytest-flyte pytest-flyte @ git+https://github.com/flyteorg/pytest-flyte@main # via -r dev-requirements.in -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # -c requirements.txt # arrow @@ -339,11 +332,11 @@ pyyaml==5.4.1 # docker-compose # libcst # pre-commit -regex==2021.11.10 +regex==2022.1.18 # via # -c requirements.txt # docker-image-py -requests==2.26.0 +requests==2.27.1 # via # -c requirements.txt # cookiecutter @@ -353,7 +346,7 @@ requests==2.26.0 # google-api-core # google-cloud-bigquery # responses -responses==0.16.0 +responses==0.18.0 # via # -c requirements.txt # flytekit @@ -363,6 +356,10 @@ retry==0.9.2 # flytekit rsa==4.8 # via google-auth +secretstorage==3.3.1 + # via + # -c requirements.txt + # keyring six==1.16.0 # via # -c requirements.txt @@ -372,9 +369,7 @@ six==1.16.0 # google-auth # grpcio # jsonschema - # pynacl # python-dateutil - # responses # virtualenv # websocket-client sortedcontainers==2.4.0 @@ -395,14 +390,14 @@ toml==0.10.2 # via # pre-commit # pytest -tomli==1.2.3 +tomli==2.0.0 # via - # -c requirements.txt # coverage # mypy typing-extensions==4.0.1 # via # -c requirements.txt + # flytekit # libcst # mypy # typing-inspect @@ -411,13 +406,13 @@ typing-inspect==0.7.1 # -c requirements.txt # dataclasses-json # libcst -urllib3==1.26.7 +urllib3==1.26.8 # via # -c requirements.txt # flytekit # requests # responses -virtualenv==20.10.0 +virtualenv==20.13.1 # via pre-commit websocket-client==0.59.0 # via @@ -432,7 +427,7 @@ wrapt==1.13.3 # -c requirements.txt # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via # -c requirements.txt # importlib-metadata diff --git a/doc-requirements.txt b/doc-requirements.txt index 9590c1face..c320d836d5 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 @@ -8,26 +8,12 @@ # via -r doc-requirements.in alabaster==0.7.12 # via sphinx -ansiwrap==0.8.4 - # via papermill -appnope==0.1.2 - # via - # ipykernel - # ipython -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time astroid==2.9.3 # via sphinx-autoapi -asttokens==2.0.5 - # via stack-data -attrs==21.4.0 - # via jsonschema babel==2.9.1 # via sphinx -backcall==0.2.0 - # via ipython -bcrypt==3.2.0 - # via paramiko beautifulsoup4==4.10.0 # via # furo @@ -35,58 +21,36 @@ beautifulsoup4==4.10.0 # sphinx-material binaryornot==0.4.4 # via cookiecutter -black==21.12b0 - # via - # ipython - # papermill -bleach==4.1.0 - # via nbconvert -boto3==1.20.34 - # via sagemaker-training -botocore==1.23.34 - # via - # boto3 - # s3transfer certifi==2021.10.8 # via requests cffi==1.15.0 - # via - # bcrypt - # cryptography - # pynacl + # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.10 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit -click==7.1.2 +click==8.0.3 # via - # black # cookiecutter # flytekit - # hmsclient - # papermill cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.1.0 +croniter==1.2.0 # via flytekit cryptography==36.0.1 # via # -r doc-requirements.in - # paramiko + # secretstorage css-html-js-minify==2.5.5 # via sphinx-material dataclasses-json==0.5.6 # via flytekit decorator==5.1.1 - # via - # ipython - # retry -defusedxml==0.7.1 - # via nbconvert + # via retry deprecated==1.2.13 # via flytekit diskcache==5.4.0 @@ -99,75 +63,34 @@ docutils==0.17.1 # via # sphinx # sphinx-panels -entrypoints==0.3 - # via - # jupyter-client - # nbconvert - # papermill -executing==0.8.2 - # via stack-data -flyteidl==0.21.22 +flyteidl==0.22.0 # via flytekit furo @ git+https://github.com/flyteorg/furo@main # via -r doc-requirements.in -gevent==21.12.0 - # via sagemaker-training -greenlet==1.1.2 - # via gevent grpcio==1.43.0 # via # -r doc-requirements.in # flytekit -hmsclient==0.1.1 - # via flytekit idna==3.3 # via requests imagesize==1.3.0 # via sphinx -importlib-metadata==4.10.0 - # via keyring -importlib-resources==5.4.0 - # via jsonschema -inotify_simple==1.2.1 - # via sagemaker-training -ipykernel==5.5.6 - # via flytekit -ipython==8.0.0 - # via ipykernel -ipython-genutils==0.2.0 +importlib-metadata==4.10.1 # via - # ipykernel - # nbformat -jedi==0.18.1 - # via ipython + # keyring + # sphinx +jeepney==0.7.1 + # via + # keyring + # secretstorage jinja2==3.0.3 # via # cookiecutter # jinja2-time - # nbconvert # sphinx # sphinx-autoapi jinja2-time==0.2.0 # via cookiecutter -jmespath==0.10.0 - # via - # boto3 - # botocore -jsonschema==4.4.0 - # via nbformat -jupyter-client==7.1.0 - # via - # ipykernel - # nbclient -jupyter-core==4.9.1 - # via - # jupyter-client - # nbconvert - # nbformat -jupyterlab-pygments==0.1.2 - # via nbconvert -k8s-proto==0.0.3 - # via flytekit keyring==23.5.0 # via flytekit lazy-object-proxy==1.7.1 @@ -185,106 +108,41 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit -matplotlib-inline==0.1.3 - # via ipython -mistune==0.8.4 - # via nbconvert mypy-extensions==0.4.3 - # via - # black - # typing-inspect -natsort==8.0.2 - # via flytekit -nbclient==0.5.9 - # via - # nbconvert - # papermill -nbconvert==6.4.0 + # via typing-inspect +natsort==8.1.0 # via flytekit -nbformat==5.1.3 +numpy==1.22.2 # via - # nbclient - # nbconvert - # papermill -nest-asyncio==1.5.4 - # via - # jupyter-client - # nbclient -numpy==1.22.0 - # via - # flytekit # pandas # pyarrow - # sagemaker-training - # scipy packaging==21.3 - # via - # bleach - # sphinx -pandas==1.3.5 - # via flytekit -pandocfilters==1.5.0 - # via nbconvert -papermill==2.3.3 + # via sphinx +pandas==1.4.0 # via flytekit -paramiko==2.9.2 - # via sagemaker-training -parso==0.8.3 - # via jedi -pathspec==0.9.0 - # via black -pexpect==4.8.0 - # via ipython -pickleshare==0.7.5 - # via ipython -platformdirs==2.4.1 - # via black poyo==0.5.0 # via cookiecutter -prompt-toolkit==3.0.24 - # via ipython -protobuf==3.19.3 +protobuf==3.19.4 # via # flyteidl # flytekit - # k8s-proto - # sagemaker-training -psutil==5.9.0 - # via sagemaker-training -ptyprocess==0.7.0 - # via pexpect -pure-eval==0.2.1 - # via stack-data py==1.11.0 # via retry -py4j==0.10.9.2 - # via pyspark pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi pygments==2.11.2 # via - # ipython - # jupyterlab-pygments - # nbconvert # sphinx # sphinx-prompt -pynacl==1.5.0 - # via paramiko -pyparsing==3.0.6 +pyparsing==3.0.7 # via packaging -pyrsistent==0.18.0 - # via jsonschema -pyspark==3.2.0 - # via flytekit -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow - # botocore # croniter # flytekit - # jupyter-client # pandas python-json-logger==2.0.2 # via flytekit @@ -300,53 +158,34 @@ pytz==2021.3 # flytekit # pandas pyyaml==6.0 - # via - # papermill - # sphinx-autoapi -pyzmq==22.3.0 - # via jupyter-client -regex==2021.11.10 + # via sphinx-autoapi +regex==2022.1.18 # via docker-image-py requests==2.27.1 # via # cookiecutter # flytekit - # papermill # responses # sphinx -responses==0.17.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit -retrying==1.3.3 - # via sagemaker-training -s3transfer==0.5.0 - # via boto3 -sagemaker-training==3.9.2 - # via flytekit -scipy==1.7.3 - # via sagemaker-training +secretstorage==3.3.1 + # via keyring six==1.16.0 # via - # asttokens - # bcrypt - # bleach # cookiecutter - # flytekit # grpcio # python-dateutil - # responses - # retrying - # sagemaker-training # sphinx-code-include - # thrift snowballstemmer==2.2.0 # via sphinx sortedcontainers==2.4.0 # via flytekit soupsieve==2.3.1 # via beautifulsoup4 -sphinx==4.3.2 +sphinx==4.4.0 # via # -r doc-requirements.in # furo @@ -363,7 +202,7 @@ sphinx-autoapi==1.8.4 # via -r doc-requirements.in sphinx-code-include==1.1.1 # via -r doc-requirements.in -sphinx-copybutton==0.4.0 +sphinx-copybutton==0.5.0 # via -r doc-requirements.in sphinx-fontawesome==0.0.6 # via -r doc-requirements.in @@ -389,42 +228,14 @@ sphinxcontrib-serializinghtml==1.1.5 # via sphinx sphinxcontrib-yt==0.2.2 # via -r doc-requirements.in -stack-data==0.1.3 - # via ipython statsd==3.3.0 # via flytekit -tenacity==8.0.1 - # via papermill -testpath==0.5.0 - # via nbconvert text-unidecode==1.3 # via python-slugify -textwrap3==0.9.2 - # via ansiwrap -thrift==0.15.0 - # via hmsclient -tomli==1.2.3 - # via black -tornado==6.1 - # via - # ipykernel - # jupyter-client -tqdm==4.62.3 - # via papermill -traitlets==5.1.1 - # via - # ipykernel - # ipython - # jupyter-client - # jupyter-core - # matplotlib-inline - # nbclient - # nbconvert - # nbformat typing-extensions==4.0.1 # via # astroid - # black + # flytekit # typing-inspect typing-inspect==0.7.1 # via dataclasses-json @@ -434,16 +245,9 @@ unidecode==1.3.2 # sphinx-autoapi urllib3==1.26.8 # via - # botocore # flytekit # requests # responses -wcwidth==0.2.5 - # via prompt-toolkit -webencodings==0.5.1 - # via bleach -werkzeug==2.0.2 - # via sagemaker-training wheel==0.37.1 # via flytekit wrapt==1.13.3 @@ -452,14 +256,7 @@ wrapt==1.13.3 # deprecated # flytekit zipp==3.7.0 - # via - # importlib-metadata - # importlib-resources -zope.event==4.5.0 - # via gevent -zope.interface==5.4.0 - # via gevent + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -# pip # setuptools diff --git a/plugins/flytekit-aws-athena/requirements.txt b/plugins/flytekit-aws-athena/requirements.txt index 4cd07971c4..6fe91c53c8 100644 --- a/plugins/flytekit-aws-athena/requirements.txt +++ b/plugins/flytekit-aws-athena/requirements.txt @@ -6,7 +6,7 @@ # -e file:.#egg=flytekitplugins-athena # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time binaryornot==0.4.4 # via cookiecutter @@ -16,7 +16,7 @@ cffi==1.15.0 # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -28,31 +28,31 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit -flyteidl==0.21.8 +flyteidl==0.22.0 # via flytekit -flytekit==0.24.0 +flytekit==0.30.0 # via flytekitplugins-athena -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring jeepney==0.7.1 # via @@ -64,11 +64,11 @@ jinja2==3.0.3 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -79,27 +79,27 @@ marshmallow-jsonschema==0.13.0 # via flytekit mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # pandas # pyarrow -pandas==1.3.4 +pandas==1.4.0 # via flytekit poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -111,18 +111,18 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # responses -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit @@ -131,30 +131,30 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter - # flytekit # grpcio # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests # responses -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata diff --git a/plugins/flytekit-aws-sagemaker/requirements.txt b/plugins/flytekit-aws-sagemaker/requirements.txt index b5d42c422d..2624f28a98 100644 --- a/plugins/flytekit-aws-sagemaker/requirements.txt +++ b/plugins/flytekit-aws-sagemaker/requirements.txt @@ -6,15 +6,15 @@ # -e file:.#egg=flytekitplugins-awssagemaker # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter -boto3==1.20.3 +boto3==1.20.50 # via sagemaker-training -botocore==1.23.3 +botocore==1.23.50 # via # boto3 # s3transfer @@ -27,7 +27,7 @@ cffi==1.15.0 # pynacl chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -39,39 +39,39 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via # paramiko # secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit -flyteidl==0.21.8 +flyteidl==0.22.0 # via flytekit -flytekit==0.24.0 +flytekit==0.30.0 # via flytekitplugins-awssagemaker -gevent==21.8.0 +gevent==21.12.0 # via sagemaker-training greenlet==1.1.2 # via gevent -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring -inotify_simple==1.2.1 +inotify-simple==1.2.1 # via sagemaker-training jeepney==0.7.1 # via @@ -87,11 +87,11 @@ jmespath==0.10.0 # via # boto3 # botocore -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -102,36 +102,36 @@ marshmallow-jsonschema==0.13.0 # via flytekit mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # pandas # pyarrow # sagemaker-training # scipy -pandas==1.3.4 +pandas==1.4.0 # via flytekit -paramiko==2.8.0 +paramiko==2.9.2 # via sagemaker-training poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit # sagemaker-training -psutil==5.8.0 +psutil==5.9.0 # via sagemaker-training py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -pynacl==1.4.0 +pynacl==1.5.0 # via paramiko -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # botocore @@ -144,28 +144,28 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # responses -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit retrying==1.3.3 # via sagemaker-training -s3transfer==0.5.0 +s3transfer==0.5.1 # via boto3 sagemaker-training==3.9.2 # via flytekitplugins-awssagemaker -scipy==1.7.2 +scipy==1.8.0 # via sagemaker-training secretstorage==3.3.1 # via keyring @@ -173,11 +173,8 @@ six==1.16.0 # via # bcrypt # cookiecutter - # flytekit # grpcio - # pynacl # python-dateutil - # responses # retrying # sagemaker-training sortedcontainers==2.4.0 @@ -186,29 +183,31 @@ statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # botocore # flytekit # requests # responses -werkzeug==2.0.2 +werkzeug==2.0.3 # via sagemaker-training -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata -zope.event==4.5.0 +zope-event==4.5.0 # via gevent -zope.interface==5.4.0 +zope-interface==5.4.0 # via gevent # The following packages are considered to be unsafe in a requirements file: diff --git a/plugins/flytekit-bigquery/requirements.txt b/plugins/flytekit-bigquery/requirements.txt index 45be4f75a0..f0bc647453 100644 --- a/plugins/flytekit-bigquery/requirements.txt +++ b/plugins/flytekit-bigquery/requirements.txt @@ -6,17 +6,19 @@ # -e file:.#egg=flytekitplugins-bigquery # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -cachetools==4.2.4 +cachetools==5.0.0 # via google-auth certifi==2021.10.8 # via requests +cffi==1.15.0 + # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -28,39 +30,41 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit +cryptography==36.0.1 + # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit -flyteidl==0.21.8 +flyteidl==0.22.0 # via flytekit -flytekit==0.24.0 +flytekit==0.30.0 # via flytekitplugins-bigquery -google-api-core[grpc]==2.3.2 +google-api-core[grpc]==2.5.0 # via # google-cloud-bigquery # google-cloud-core -google-auth==2.3.3 +google-auth==2.6.0 # via # google-api-core # google-cloud-core -google-cloud-bigquery==2.31.0 +google-cloud-bigquery==2.32.0 # via flytekitplugins-bigquery -google-cloud-core==2.2.1 +google-cloud-core==2.2.2 # via google-cloud-bigquery google-crc32c==1.3.0 # via google-resumable-media -google-resumable-media==2.1.0 +google-resumable-media==2.2.0 # via google-cloud-bigquery googleapis-common-protos==1.54.0 # via @@ -76,19 +80,23 @@ grpcio-status==1.43.0 # via google-api-core idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring +jeepney==0.7.1 + # via + # keyring + # secretstorage jinja2==3.0.3 # via # cookiecutter # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -99,21 +107,21 @@ marshmallow-jsonschema==0.13.0 # via flytekit mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # pandas # pyarrow packaging==21.3 # via google-cloud-bigquery -pandas==1.3.4 +pandas==1.4.0 # via flytekit poyo==0.5.0 # via cookiecutter -proto-plus==1.19.8 +proto-plus==1.20.0 # via google-cloud-bigquery -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit @@ -124,7 +132,7 @@ protobuf==3.19.1 # proto-plus py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pyasn1==0.4.8 # via @@ -132,9 +140,11 @@ pyasn1==0.4.8 # rsa pyasn1-modules==0.2.8 # via google-auth -pyparsing==3.0.6 +pycparser==2.21 + # via cffi +pyparsing==3.0.7 # via packaging -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -147,56 +157,55 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # google-api-core # google-cloud-bigquery # responses -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit rsa==4.8 # via google-auth +secretstorage==3.3.1 + # via keyring six==1.16.0 # via # cookiecutter - # flytekit # google-auth # grpcio # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests # responses -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/plugins/flytekit-data-fsspec/requirements.txt b/plugins/flytekit-data-fsspec/requirements.txt index d6ee7128aa..a14a5bf6cf 100644 --- a/plugins/flytekit-data-fsspec/requirements.txt +++ b/plugins/flytekit-data-fsspec/requirements.txt @@ -6,7 +6,7 @@ # -e file:.#egg=flytekitplugins-data-fsspec # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time binaryornot==0.4.4 # via cookiecutter @@ -16,7 +16,7 @@ cffi==1.15.0 # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -28,33 +28,33 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit -flyteidl==0.21.8 +flyteidl==0.22.0 # via flytekit -flytekit==0.24.0 +flytekit==0.30.0 # via flytekitplugins-data-fsspec -fsspec==2021.11.0 +fsspec==2022.1.0 # via flytekitplugins-data-fsspec -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring jeepney==0.7.1 # via @@ -66,11 +66,11 @@ jinja2==3.0.3 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -81,27 +81,27 @@ marshmallow-jsonschema==0.13.0 # via flytekit mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # pandas # pyarrow -pandas==1.3.4 +pandas==1.4.0 # via flytekit poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -113,18 +113,18 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # responses -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit @@ -133,30 +133,30 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter - # flytekit # grpcio # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests # responses -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata diff --git a/plugins/flytekit-dolt/requirements.txt b/plugins/flytekit-dolt/requirements.txt index f669ec8672..559d5b2085 100644 --- a/plugins/flytekit-dolt/requirements.txt +++ b/plugins/flytekit-dolt/requirements.txt @@ -6,7 +6,7 @@ # -e file:.#egg=flytekitplugins-dolt # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time binaryornot==0.4.4 # via cookiecutter @@ -16,7 +16,7 @@ cffi==1.15.0 # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -28,37 +28,37 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via secretstorage dataclasses-json==0.5.6 # via # dolt-integrations # flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit dolt-integrations==0.1.5 # via flytekitplugins-dolt -doltcli==0.1.15 +doltcli==0.1.17 # via dolt-integrations -flyteidl==0.21.8 +flyteidl==0.22.0 # via flytekit -flytekit==0.24.0 +flytekit==0.30.0 # via flytekitplugins-dolt -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring jeepney==0.7.1 # via @@ -70,11 +70,11 @@ jinja2==3.0.3 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -85,29 +85,29 @@ marshmallow-jsonschema==0.13.0 # via flytekit mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # pandas # pyarrow -pandas==1.3.4 +pandas==1.4.0 # via # dolt-integrations # flytekit poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -119,18 +119,18 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # responses -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit @@ -139,30 +139,30 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter - # flytekit # grpcio # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests # responses -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata diff --git a/plugins/flytekit-greatexpectations/requirements.txt b/plugins/flytekit-greatexpectations/requirements.txt index 5bdbc66553..fdbb857264 100644 --- a/plugins/flytekit-greatexpectations/requirements.txt +++ b/plugins/flytekit-greatexpectations/requirements.txt @@ -6,34 +6,41 @@ # -e file:.#egg=flytekitplugins-great_expectations # via -r requirements.in -altair==4.1.0 +altair==4.2.0 # via great-expectations -argon2-cffi==21.1.0 +argon2-cffi==21.3.0 # via notebook -arrow==1.2.1 +argon2-cffi-bindings==21.2.0 + # via argon2-cffi +arrow==1.2.2 # via jinja2-time -attrs==21.2.0 +asttokens==2.0.5 + # via stack-data +attrs==21.4.0 # via jsonschema backcall==0.2.0 # via ipython binaryornot==0.4.4 # via cookiecutter +black==21.12b0 + # via ipython bleach==4.1.0 # via nbconvert certifi==2021.10.8 # via requests cffi==1.15.0 # via - # argon2-cffi + # argon2-cffi-bindings # cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.10 # via requests checksumdir==1.2.0 # via flytekit click==7.1.2 # via + # black # cookiecutter # flytekit # great-expectations @@ -41,15 +48,15 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via secretstorage dataclasses-json==0.5.6 # via flytekit debugpy==1.5.1 # via ipykernel -decorator==5.1.0 +decorator==5.1.1 # via # ipython # retry @@ -57,38 +64,40 @@ defusedxml==0.7.1 # via nbconvert deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit entrypoints==0.3 # via # altair # jupyter-client # nbconvert -flyteidl==0.21.8 +executing==0.8.2 + # via stack-data +flyteidl==0.21.24 # via flytekit -flytekit==0.24.0 +flytekit==0.26.1 # via flytekitplugins-great-expectations -great-expectations==0.13.41 +great-expectations==0.14.3 # via flytekitplugins-great-expectations greenlet==1.1.2 # via sqlalchemy -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via # great-expectations # keyring -ipykernel==6.5.0 +ipykernel==6.7.0 # via # ipywidgets # notebook -ipython==7.31.1 +ipython==8.0.1 # via # ipykernel # ipywidgets @@ -99,7 +108,7 @@ ipython-genutils==0.2.0 # notebook ipywidgets==7.6.5 # via great-expectations -jedi==0.18.0 +jedi==0.18.1 # via ipython jeepney==0.7.1 # via @@ -119,12 +128,12 @@ jsonpatch==1.32 # via great-expectations jsonpointer==2.2 # via jsonpatch -jsonschema==4.2.1 +jsonschema==4.4.0 # via # altair # great-expectations # nbformat -jupyter-client==7.0.6 +jupyter-client==7.1.2 # via # ipykernel # nbclient @@ -139,11 +148,11 @@ jupyterlab-pygments==0.1.2 # via nbconvert jupyterlab-widgets==1.0.2 # via ipywidgets -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -161,12 +170,14 @@ mistune==0.8.4 # great-expectations # nbconvert mypy-extensions==0.4.3 - # via typing-inspect -natsort==8.0.0 + # via + # black + # typing-inspect +natsort==8.0.2 # via flytekit -nbclient==0.5.5 +nbclient==0.5.10 # via nbconvert -nbconvert==6.2.0 +nbconvert==6.4.1 # via notebook nbformat==5.1.3 # via @@ -174,41 +185,47 @@ nbformat==5.1.3 # nbclient # nbconvert # notebook -nest-asyncio==1.5.1 +nest-asyncio==1.5.4 # via + # ipykernel # jupyter-client # nbclient -notebook==6.4.5 + # notebook +notebook==6.4.8 # via widgetsnbextension -numpy==1.21.4 +numpy==1.22.1 # via # altair # great-expectations # pandas # pyarrow # scipy -packaging==21.2 +packaging==21.3 # via bleach -pandas==1.3.4 +pandas==1.4.0 # via # altair # flytekit # great-expectations pandocfilters==1.5.0 # via nbconvert -parso==0.8.2 +parso==0.8.3 # via jedi +pathspec==0.9.0 + # via black pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython +platformdirs==2.4.1 + # via black poyo==0.5.0 # via cookiecutter -prometheus-client==0.12.0 +prometheus-client==0.13.1 # via notebook -prompt-toolkit==3.0.22 +prompt-toolkit==3.0.26 # via ipython -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit @@ -216,13 +233,15 @@ ptyprocess==0.7.0 # via # pexpect # terminado +pure-eval==0.2.2 + # via stack-data py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -pygments==2.10.0 +pygments==2.11.2 # via # ipython # jupyterlab-pygments @@ -231,7 +250,7 @@ pyparsing==2.4.7 # via # great-expectations # packaging -pyrsistent==0.18.0 +pyrsistent==0.18.1 # via jsonschema python-dateutil==2.8.1 # via @@ -247,7 +266,7 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # great-expectations @@ -258,15 +277,15 @@ pyzmq==22.3.0 # via # jupyter-client # notebook -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # great-expectations # responses -responses==0.15.0 +responses==0.17.0 # via flytekit retry==0.9.2 # via flytekit @@ -274,7 +293,7 @@ ruamel.yaml==0.17.17 # via great-expectations ruamel.yaml.clib==0.2.6 # via ruamel.yaml -scipy==1.7.2 +scipy==1.7.3 # via great-expectations secretstorage==3.3.1 # via keyring @@ -282,6 +301,7 @@ send2trash==1.8.0 # via notebook six==1.16.0 # via + # asttokens # bleach # cookiecutter # flytekit @@ -290,20 +310,24 @@ six==1.16.0 # responses sortedcontainers==2.4.0 # via flytekit -sqlalchemy==1.4.26 +sqlalchemy==1.4.31 # via # -r requirements.in # flytekitplugins-great-expectations +stack-data==0.1.4 + # via ipython statsd==3.3.0 # via flytekit termcolor==1.1.0 # via great-expectations -terminado==0.12.1 +terminado==0.13.1 # via notebook testpath==0.5.0 # via nbconvert text-unidecode==1.3 # via python-slugify +tomli==1.2.3 + # via black toolz==0.11.2 # via altair tornado==6.1 @@ -326,15 +350,17 @@ traitlets==5.1.1 # nbconvert # nbformat # notebook -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # black + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json tzdata==2021.5 # via pytz-deprecation-shim tzlocal==4.1 # via great-expectations -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests @@ -343,7 +369,7 @@ wcwidth==0.2.5 # via prompt-toolkit webencodings==0.5.1 # via bleach -wheel==0.37.0 +wheel==0.37.1 # via flytekit widgetsnbextension==3.5.2 # via ipywidgets @@ -351,7 +377,7 @@ wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/plugins/flytekit-hive/requirements.txt b/plugins/flytekit-hive/requirements.txt index fe120d6f80..269d52fceb 100644 --- a/plugins/flytekit-hive/requirements.txt +++ b/plugins/flytekit-hive/requirements.txt @@ -6,7 +6,7 @@ # -e file:.#egg=flytekitplugins-hive # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time binaryornot==0.4.4 # via cookiecutter @@ -16,7 +16,7 @@ cffi==1.15.0 # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -28,31 +28,31 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit -flyteidl==0.21.8 +flyteidl==0.22.0 # via flytekit -flytekit==0.24.0 +flytekit==0.30.0 # via flytekitplugins-hive -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring jeepney==0.7.1 # via @@ -64,11 +64,11 @@ jinja2==3.0.3 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -79,27 +79,27 @@ marshmallow-jsonschema==0.13.0 # via flytekit mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # pandas # pyarrow -pandas==1.3.4 +pandas==1.4.0 # via flytekit poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -111,18 +111,18 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # responses -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit @@ -131,30 +131,30 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter - # flytekit # grpcio # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests # responses -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata diff --git a/plugins/flytekit-k8s-pod/requirements.txt b/plugins/flytekit-k8s-pod/requirements.txt index fa01bf43ca..6574f4ab66 100644 --- a/plugins/flytekit-k8s-pod/requirements.txt +++ b/plugins/flytekit-k8s-pod/requirements.txt @@ -6,11 +6,11 @@ # -e file:.#egg=flytekitplugins-pod # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time binaryornot==0.4.4 # via cookiecutter -cachetools==4.2.4 +cachetools==5.0.0 # via google-auth certifi==2021.10.8 # via @@ -20,7 +20,7 @@ cffi==1.15.0 # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -32,33 +32,33 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit -flyteidl==0.21.8 +flyteidl==0.22.0 # via flytekit -flytekit==0.24.0 +flytekit==0.30.0 # via flytekitplugins-pod -google-auth==2.3.3 +google-auth==2.6.0 # via kubernetes -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring jeepney==0.7.1 # via @@ -70,13 +70,13 @@ jinja2==3.0.3 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.2.1 +keyring==23.5.0 # via flytekit -kubernetes==19.15.0 +kubernetes==21.7.0 # via flytekitplugins-pod markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -87,25 +87,25 @@ marshmallow-jsonschema==0.13.0 # via flytekit mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # pandas # pyarrow -oauthlib==3.1.1 +oauthlib==3.2.0 # via requests-oauthlib -pandas==1.3.4 +pandas==1.4.0 # via flytekit poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pyasn1==0.4.8 # via @@ -115,7 +115,7 @@ pyasn1-modules==0.2.8 # via google-auth pycparser==2.21 # via cffi -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -128,65 +128,65 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas pyyaml==6.0 # via kubernetes -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # kubernetes # requests-oauthlib # responses -requests-oauthlib==1.3.0 +requests-oauthlib==1.3.1 # via kubernetes -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit -rsa==4.7.2 +rsa==4.8 # via google-auth secretstorage==3.3.1 # via keyring six==1.16.0 # via # cookiecutter - # flytekit # google-auth # grpcio # kubernetes # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # kubernetes # requests # responses -websocket-client==1.2.1 +websocket-client==1.2.3 # via kubernetes -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/plugins/flytekit-kf-mpi/requirements.txt b/plugins/flytekit-kf-mpi/requirements.txt index c65ce6c7b3..ef91243daf 100644 --- a/plugins/flytekit-kf-mpi/requirements.txt +++ b/plugins/flytekit-kf-mpi/requirements.txt @@ -6,7 +6,7 @@ # -e file:.#egg=flytekitplugins-kfmpi # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time binaryornot==0.4.4 # via cookiecutter @@ -16,7 +16,7 @@ cffi==1.15.0 # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -28,33 +28,33 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit -flyteidl==0.21.8 +flyteidl==0.22.0 # via # flytekit # flytekitplugins-kfmpi -flytekit==0.24.0 +flytekit==0.30.0 # via flytekitplugins-kfmpi -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring jeepney==0.7.1 # via @@ -66,11 +66,11 @@ jinja2==3.0.3 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -81,27 +81,27 @@ marshmallow-jsonschema==0.13.0 # via flytekit mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # pandas # pyarrow -pandas==1.3.4 +pandas==1.4.0 # via flytekit poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -113,18 +113,18 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # responses -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit @@ -133,30 +133,30 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter - # flytekit # grpcio # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests # responses -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata diff --git a/plugins/flytekit-kf-pytorch/requirements.txt b/plugins/flytekit-kf-pytorch/requirements.txt index 2cdcd130c9..9fc8665f43 100644 --- a/plugins/flytekit-kf-pytorch/requirements.txt +++ b/plugins/flytekit-kf-pytorch/requirements.txt @@ -6,7 +6,7 @@ # -e file:.#egg=flytekitplugins-kfpytorch # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time binaryornot==0.4.4 # via cookiecutter @@ -16,7 +16,7 @@ cffi==1.15.0 # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -28,31 +28,31 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit -flyteidl==0.21.8 +flyteidl==0.22.0 # via flytekit -flytekit==0.24.0 +flytekit==0.30.0 # via flytekitplugins-kfpytorch -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring jeepney==0.7.1 # via @@ -64,11 +64,11 @@ jinja2==3.0.3 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -79,27 +79,27 @@ marshmallow-jsonschema==0.13.0 # via flytekit mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # pandas # pyarrow -pandas==1.3.4 +pandas==1.4.0 # via flytekit poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -111,18 +111,18 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # responses -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit @@ -131,30 +131,30 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter - # flytekit # grpcio # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests # responses -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata diff --git a/plugins/flytekit-kf-tensorflow/requirements.txt b/plugins/flytekit-kf-tensorflow/requirements.txt index ac3a64ed65..ae428e9215 100644 --- a/plugins/flytekit-kf-tensorflow/requirements.txt +++ b/plugins/flytekit-kf-tensorflow/requirements.txt @@ -6,7 +6,7 @@ # -e file:.#egg=flytekitplugins-kftensorflow # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time binaryornot==0.4.4 # via cookiecutter @@ -16,7 +16,7 @@ cffi==1.15.0 # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -28,31 +28,31 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit -flyteidl==0.21.8 +flyteidl==0.22.0 # via flytekit -flytekit==0.24.0 +flytekit==0.30.0 # via flytekitplugins-kftensorflow -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring jeepney==0.7.1 # via @@ -64,11 +64,11 @@ jinja2==3.0.3 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -79,27 +79,27 @@ marshmallow-jsonschema==0.13.0 # via flytekit mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # pandas # pyarrow -pandas==1.3.4 +pandas==1.4.0 # via flytekit poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -111,18 +111,18 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # responses -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit @@ -131,30 +131,30 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter - # flytekit # grpcio # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests # responses -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata diff --git a/plugins/flytekit-modin/requirements.txt b/plugins/flytekit-modin/requirements.txt index ff80b3a0f6..adaa0b7307 100644 --- a/plugins/flytekit-modin/requirements.txt +++ b/plugins/flytekit-modin/requirements.txt @@ -6,9 +6,9 @@ # -e file:.#egg=flytekitplugins-modin # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time -attrs==21.2.0 +attrs==21.4.0 # via # jsonschema # ray @@ -20,7 +20,7 @@ cffi==1.15.0 # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -33,37 +33,41 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 - # via flytekit -diskcache==5.2.1 + # via + # flytekit + # redis +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit -filelock==3.3.2 +filelock==3.4.2 # via ray -flyteidl==0.21.8 +flyteidl==0.22.0 # via flytekit -flytekit==0.24.0 - # via flytekitplugins-modin -fsspec==2021.11.0 +flytekit==0.30.0 # via flytekitplugins-modin -grpcio==1.41.1 +fsspec==2022.1.0 + # via + # flytekitplugins-modin + # modin +grpcio==1.43.0 # via # flytekit # ray idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring jeepney==0.7.1 # via @@ -75,13 +79,13 @@ jinja2==3.0.3 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -jsonschema==4.2.1 +jsonschema==4.4.0 # via ray -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -90,44 +94,46 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit -modin==0.11.3 +modin==0.13.1 # via flytekitplugins-modin -msgpack==1.0.2 +msgpack==1.0.3 # via ray mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # modin # pandas # pyarrow # ray -packaging==21.2 - # via modin -pandas==1.3.4 +packaging==21.3 + # via + # modin + # redis +pandas==1.4.0 # via # flytekit # modin poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit # ray py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -pyparsing==2.4.7 +pyparsing==3.0.7 # via packaging -pyrsistent==0.18.0 +pyrsistent==0.18.1 # via jsonschema -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -139,24 +145,24 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas pyyaml==6.0 # via ray -ray==1.8.0 +ray==1.10.0 # via flytekitplugins-modin -redis==3.5.3 +redis==4.1.2 # via ray -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # responses -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit @@ -165,30 +171,30 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter - # flytekit # grpcio # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests # responses -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata diff --git a/plugins/flytekit-pandera/requirements.txt b/plugins/flytekit-pandera/requirements.txt index de61384e56..82df51d30e 100644 --- a/plugins/flytekit-pandera/requirements.txt +++ b/plugins/flytekit-pandera/requirements.txt @@ -6,7 +6,7 @@ # -e file:.#egg=flytekitplugins-pandera # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time binaryornot==0.4.4 # via cookiecutter @@ -16,7 +16,7 @@ cffi==1.15.0 # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -28,31 +28,31 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit -flyteidl==0.21.8 +flyteidl==0.22.0 # via flytekit -flytekit==0.24.0 +flytekit==0.30.0 # via flytekitplugins-pandera -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring jeepney==0.7.1 # via @@ -64,11 +64,11 @@ jinja2==3.0.3 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -79,38 +79,38 @@ marshmallow-jsonschema==0.13.0 # via flytekit mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # pandas # pandera # pyarrow -packaging==21.2 +packaging==21.3 # via pandera -pandas==1.3.4 +pandas==1.4.0 # via # flytekit # pandera -pandera==0.7.2 +pandera==0.8.1 # via flytekitplugins-pandera poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via # flytekit # pandera pycparser==2.21 # via cffi -pyparsing==2.4.7 +pyparsing==3.0.7 # via packaging -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -122,18 +122,18 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # responses -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit @@ -142,33 +142,33 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter - # flytekit # grpcio # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via # dataclasses-json # pandera -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests # responses -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit # pandera -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata diff --git a/plugins/flytekit-papermill/requirements.txt b/plugins/flytekit-papermill/requirements.txt index a4b8b61e3d..b06adde647 100644 --- a/plugins/flytekit-papermill/requirements.txt +++ b/plugins/flytekit-papermill/requirements.txt @@ -8,27 +8,27 @@ # via -r requirements.in ansiwrap==0.8.4 # via papermill -appnope==0.1.2 - # via - # ipykernel - # ipython -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time -attrs==21.2.0 +asttokens==2.0.5 + # via stack-data +attrs==21.4.0 # via jsonschema backcall==0.2.0 # via ipython binaryornot==0.4.4 # via cookiecutter -black==21.10b0 - # via papermill +black==21.12b0 + # via ipython bleach==4.1.0 # via nbconvert certifi==2021.10.8 # via requests +cffi==1.15.0 + # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.10 # via requests checksumdir==1.2.0 # via flytekit @@ -42,13 +42,15 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit +cryptography==36.0.1 + # via secretstorage dataclasses-json==0.5.6 # via flytekit debugpy==1.5.1 # via ipykernel -decorator==5.1.0 +decorator==5.1.1 # via # ipython # retry @@ -56,35 +58,41 @@ defusedxml==0.7.1 # via nbconvert deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit entrypoints==0.3 # via # jupyter-client # nbconvert # papermill -flyteidl==0.21.23 +executing==0.8.2 + # via stack-data +flyteidl==0.21.24 # via flytekit -flytekit==0.24.0 +flytekit==0.26.1 # via flytekitplugins-papermill -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring -ipykernel==6.5.0 +ipykernel==6.7.0 # via flytekitplugins-papermill -ipython==7.31.1 +ipython==8.0.1 # via ipykernel ipython-genutils==0.2.0 # via nbformat -jedi==0.18.0 +jedi==0.18.1 # via ipython +jeepney==0.7.1 + # via + # keyring + # secretstorage jinja2==3.0.3 # via # cookiecutter @@ -92,9 +100,9 @@ jinja2==3.0.3 # nbconvert jinja2-time==0.2.0 # via cookiecutter -jsonschema==4.2.1 +jsonschema==4.4.0 # via nbformat -jupyter-client==7.0.6 +jupyter-client==7.1.2 # via # ipykernel # nbclient @@ -105,11 +113,11 @@ jupyter-core==4.9.1 # nbformat jupyterlab-pygments==0.1.2 # via nbconvert -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -128,36 +136,37 @@ mypy-extensions==0.4.3 # via # black # typing-inspect -natsort==8.0.0 +natsort==8.0.2 # via flytekit -nbclient==0.5.5 +nbclient==0.5.10 # via # nbconvert # papermill -nbconvert==6.2.0 +nbconvert==6.4.1 # via flytekitplugins-papermill nbformat==5.1.3 # via # nbclient # nbconvert # papermill -nest-asyncio==1.5.1 +nest-asyncio==1.5.4 # via + # ipykernel # jupyter-client # nbclient -numpy==1.21.4 +numpy==1.22.1 # via # pandas # pyarrow -packaging==21.2 +packaging==21.3 # via bleach -pandas==1.3.4 +pandas==1.4.0 # via flytekit pandocfilters==1.5.0 # via nbconvert -papermill==2.3.3 +papermill==2.3.4 # via flytekitplugins-papermill -parso==0.8.2 +parso==0.8.3 # via jedi pathspec==0.9.0 # via black @@ -165,30 +174,34 @@ pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython -platformdirs==2.4.0 +platformdirs==2.4.1 # via black poyo==0.5.0 # via cookiecutter -prompt-toolkit==3.0.22 +prompt-toolkit==3.0.26 # via ipython -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit ptyprocess==0.7.0 # via pexpect +pure-eval==0.2.2 + # via stack-data py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit -pygments==2.10.0 +pycparser==2.21 + # via cffi +pygments==2.11.2 # via # ipython # jupyterlab-pygments # nbconvert -pyparsing==2.4.7 +pyparsing==3.0.7 # via packaging -pyrsistent==0.18.0 +pyrsistent==0.18.1 # via jsonschema python-dateutil==2.8.1 # via @@ -203,7 +216,7 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas @@ -211,22 +224,23 @@ pyyaml==6.0 # via papermill pyzmq==22.3.0 # via jupyter-client -regex==2021.11.10 - # via - # black - # docker-image-py -requests==2.26.0 +regex==2022.1.18 + # via docker-image-py +requests==2.27.1 # via # cookiecutter # flytekit # papermill # responses -responses==0.15.0 +responses==0.17.0 # via flytekit retry==0.9.2 # via flytekit +secretstorage==3.3.1 + # via keyring six==1.16.0 # via + # asttokens # bleach # cookiecutter # flytekit @@ -235,6 +249,8 @@ six==1.16.0 # responses sortedcontainers==2.4.0 # via flytekit +stack-data==0.1.4 + # via ipython statsd==3.3.0 # via flytekit tenacity==8.0.1 @@ -245,7 +261,7 @@ text-unidecode==1.3 # via python-slugify textwrap3==0.9.2 # via ansiwrap -tomli==1.2.2 +tomli==1.2.3 # via black tornado==6.1 # via @@ -263,13 +279,13 @@ traitlets==5.1.1 # nbclient # nbconvert # nbformat -typing-extensions==3.10.0.2 +typing-extensions==4.0.1 # via # black # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests @@ -278,13 +294,13 @@ wcwidth==0.2.5 # via prompt-toolkit webencodings==0.5.1 # via bleach -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/plugins/flytekit-snowflake/requirements.txt b/plugins/flytekit-snowflake/requirements.txt index 04a2dfec1d..b563e54814 100644 --- a/plugins/flytekit-snowflake/requirements.txt +++ b/plugins/flytekit-snowflake/requirements.txt @@ -6,7 +6,7 @@ # -e file:.#egg=flytekitplugins-snowflake # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time binaryornot==0.4.4 # via cookiecutter @@ -16,7 +16,7 @@ cffi==1.15.0 # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -28,31 +28,31 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit -flyteidl==0.21.8 +flyteidl==0.22.0 # via flytekit -flytekit==0.24.0 +flytekit==0.30.0 # via flytekitplugins-snowflake -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring jeepney==0.7.1 # via @@ -64,11 +64,11 @@ jinja2==3.0.3 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -79,27 +79,27 @@ marshmallow-jsonschema==0.13.0 # via flytekit mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # pandas # pyarrow -pandas==1.3.4 +pandas==1.4.0 # via flytekit poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -111,18 +111,18 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # responses -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit @@ -131,30 +131,30 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter - # flytekit # grpcio # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests # responses -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata diff --git a/plugins/flytekit-spark/requirements.txt b/plugins/flytekit-spark/requirements.txt index df2baaa778..fed298d4b4 100644 --- a/plugins/flytekit-spark/requirements.txt +++ b/plugins/flytekit-spark/requirements.txt @@ -6,7 +6,7 @@ # -e file:.#egg=flytekitplugins-spark # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time binaryornot==0.4.4 # via cookiecutter @@ -16,7 +16,7 @@ cffi==1.15.0 # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -28,31 +28,31 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit -flyteidl==0.21.8 +flyteidl==0.22.0 # via flytekit -flytekit==0.24.0 +flytekit==0.30.0 # via flytekitplugins-spark -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring jeepney==0.7.1 # via @@ -64,11 +64,11 @@ jinja2==3.0.3 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -79,31 +79,31 @@ marshmallow-jsonschema==0.13.0 # via flytekit mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # pandas # pyarrow -pandas==1.3.4 +pandas==1.4.0 # via flytekit poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit py==1.11.0 # via retry -py4j==0.10.9.2 +py4j==0.10.9.3 # via pyspark -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -pyspark==3.2.0 +pyspark==3.2.1 # via flytekitplugins-spark -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -115,18 +115,18 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # responses -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit @@ -135,30 +135,30 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter - # flytekit # grpcio # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests # responses -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata diff --git a/plugins/flytekit-sqlalchemy/requirements.txt b/plugins/flytekit-sqlalchemy/requirements.txt index bf4f5f0590..134f8960e8 100644 --- a/plugins/flytekit-sqlalchemy/requirements.txt +++ b/plugins/flytekit-sqlalchemy/requirements.txt @@ -6,7 +6,7 @@ # -e file:.#egg=flytekitplugins-sqlalchemy # via -r requirements.in -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time binaryornot==0.4.4 # via cookiecutter @@ -16,7 +16,7 @@ cffi==1.15.0 # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.7 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -28,33 +28,33 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.0.15 +croniter==1.2.0 # via flytekit -cryptography==35.0.0 +cryptography==36.0.1 # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.2.1 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit -docstring-parser==0.12 +docstring-parser==0.13 # via flytekit -flyteidl==0.21.8 +flyteidl==0.22.0 # via flytekit -flytekit==0.24.0 +flytekit==0.30.0 # via flytekitplugins-sqlalchemy greenlet==1.1.2 # via sqlalchemy -grpcio==1.41.1 +grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.8.2 +importlib-metadata==4.10.1 # via keyring jeepney==0.7.1 # via @@ -66,11 +66,11 @@ jinja2==3.0.3 # jinja2-time jinja2-time==0.2.0 # via cookiecutter -keyring==23.2.1 +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 -marshmallow==3.14.0 +marshmallow==3.14.1 # via # dataclasses-json # marshmallow-enum @@ -81,27 +81,27 @@ marshmallow-jsonschema==0.13.0 # via flytekit mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.0 +natsort==8.1.0 # via flytekit -numpy==1.21.4 +numpy==1.22.2 # via # pandas # pyarrow -pandas==1.3.4 +pandas==1.4.0 # via flytekit poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit py==1.11.0 # via retry -pyarrow==6.0.0 +pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -113,18 +113,18 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # responses -responses==0.15.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit @@ -133,32 +133,32 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter - # flytekit # grpcio # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit -sqlalchemy==1.4.26 +sqlalchemy==1.4.31 # via flytekitplugins-sqlalchemy statsd==3.3.0 # via flytekit text-unidecode==1.3 # via python-slugify -typing-extensions==3.10.0.2 - # via typing-inspect +typing-extensions==4.0.1 + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests # responses -wheel==0.37.0 +wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata diff --git a/requirements-spark2.txt b/requirements-spark2.txt index bdef3764f0..3e15827223 100644 --- a/requirements-spark2.txt +++ b/requirements-spark2.txt @@ -8,107 +8,56 @@ # via # -r requirements-spark2.in # -r requirements.in -ansiwrap==0.8.4 - # via papermill -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time attrs==20.3.0 # via # -r requirements.in # jsonschema -backcall==0.2.0 - # via ipython -bcrypt==3.2.0 - # via paramiko binaryornot==0.4.4 # via cookiecutter -black==21.12b0 - # via papermill -bleach==4.1.0 - # via nbconvert -boto3==1.20.26 - # via sagemaker-training -botocore==1.23.26 - # via - # boto3 - # s3transfer certifi==2021.10.8 # via requests cffi==1.15.0 - # via - # bcrypt - # cryptography - # pynacl + # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.9 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit -click==7.1.2 +click==8.0.3 # via - # black # cookiecutter # flytekit - # hmsclient - # papermill cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.1.0 +croniter==1.2.0 # via flytekit cryptography==36.0.1 - # via - # paramiko - # secretstorage + # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 - # via - # ipython - # retry -defusedxml==0.7.1 - # via nbconvert +decorator==5.1.1 + # via retry deprecated==1.2.13 # via flytekit -diskcache==5.3.0 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit docstring-parser==0.13 # via flytekit -entrypoints==0.3 - # via - # jupyter-client - # nbconvert - # papermill -flyteidl==0.21.17 +flyteidl==0.22.0 # via flytekit -gevent==21.12.0 - # via sagemaker-training -greenlet==1.1.2 - # via gevent grpcio==1.43.0 # via flytekit -hmsclient==0.1.1 - # via flytekit idna==3.3 # via requests -importlib-metadata==4.10.0 +importlib-metadata==4.10.1 # via keyring -inotify_simple==1.2.1 - # via sagemaker-training -ipykernel==5.5.6 - # via flytekit -ipython==7.31.1 - # via ipykernel -ipython-genutils==0.2.0 - # via - # ipykernel - # nbformat -jedi==0.18.1 - # via ipython jeepney==0.7.1 # via # keyring @@ -117,31 +66,11 @@ jinja2==3.0.3 # via # cookiecutter # jinja2-time - # nbconvert jinja2-time==0.2.0 # via cookiecutter -jmespath==0.10.0 - # via - # boto3 - # botocore jsonschema==3.2.0 - # via - # -r requirements.in - # nbformat -jupyter-client==7.1.0 - # via - # ipykernel - # nbclient -jupyter-core==4.9.1 - # via - # jupyter-client - # nbconvert - # nbformat -jupyterlab-pygments==0.1.2 - # via nbconvert -k8s-proto==0.0.3 - # via flytekit -keyring==23.4.0 + # via -r requirements.in +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 @@ -154,100 +83,38 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit -matplotlib-inline==0.1.3 - # via ipython -mistune==0.8.4 - # via nbconvert mypy-extensions==0.4.3 - # via - # black - # typing-inspect -natsort==8.0.2 - # via flytekit -nbclient==0.5.9 - # via - # nbconvert - # papermill -nbconvert==6.3.0 + # via typing-inspect +natsort==8.1.0 # via flytekit -nbformat==5.1.3 - # via - # nbclient - # nbconvert - # papermill -nest-asyncio==1.5.4 - # via - # jupyter-client - # nbclient numpy==1.21.5 # via - # flytekit + # -r requirements.in # pandas # pyarrow - # sagemaker-training - # scipy -packaging==21.3 - # via bleach pandas==1.3.5 - # via flytekit -pandocfilters==1.5.0 - # via nbconvert -papermill==2.3.3 - # via flytekit -paramiko==2.8.1 - # via sagemaker-training -parso==0.8.3 - # via jedi -pathspec==0.9.0 - # via black -pexpect==4.8.0 - # via ipython -pickleshare==0.7.5 - # via ipython -platformdirs==2.4.0 - # via black + # via + # -r requirements.in + # flytekit poyo==0.5.0 # via cookiecutter -prompt-toolkit==3.0.24 - # via ipython -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit - # k8s-proto - # sagemaker-training -psutil==5.8.0 - # via sagemaker-training -ptyprocess==0.7.0 - # via pexpect py==1.11.0 # via retry -py4j==0.10.9.2 - # via pyspark pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -pygments==2.10.0 - # via - # ipython - # jupyterlab-pygments - # nbconvert -pynacl==1.4.0 - # via paramiko -pyparsing==3.0.6 - # via packaging -pyrsistent==0.18.0 +pyrsistent==0.18.1 # via jsonschema -pyspark==3.2.0 - # via flytekit -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow - # botocore # croniter # flytekit - # jupyter-client # pandas python-json-logger==2.0.2 # via flytekit @@ -260,110 +127,51 @@ pytz==2021.3 # flytekit # pandas pyyaml==5.4.1 - # via - # -r requirements.in - # papermill -pyzmq==22.3.0 - # via jupyter-client -regex==2021.11.10 + # via -r requirements.in +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit - # papermill # responses -responses==0.16.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit -retrying==1.3.3 - # via sagemaker-training -s3transfer==0.5.0 - # via boto3 -sagemaker-training==3.9.2 - # via flytekit -scipy==1.7.3 - # via sagemaker-training secretstorage==3.3.1 # via keyring six==1.16.0 # via - # bcrypt - # bleach # cookiecutter - # flytekit # grpcio # jsonschema - # pynacl # python-dateutil - # responses - # retrying - # sagemaker-training - # thrift sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit -tenacity==8.0.1 - # via papermill -testpath==0.5.0 - # via nbconvert text-unidecode==1.3 # via python-slugify -textwrap3==0.9.2 - # via ansiwrap -thrift==0.15.0 - # via hmsclient -tomli==1.2.3 - # via black -tornado==6.1 - # via - # ipykernel - # jupyter-client -tqdm==4.62.3 - # via papermill -traitlets==5.1.1 - # via - # ipykernel - # ipython - # jupyter-client - # jupyter-core - # matplotlib-inline - # nbclient - # nbconvert - # nbformat typing-extensions==4.0.1 # via - # black + # flytekit # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via - # botocore # flytekit # requests # responses -wcwidth==0.2.5 - # via prompt-toolkit -webencodings==0.5.1 - # via bleach -werkzeug==2.0.2 - # via sagemaker-training wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata -zope.event==4.5.0 - # via gevent -zope.interface==5.4.0 - # via gevent # The following packages are considered to be unsafe in a requirements file: -# pip # setuptools diff --git a/requirements.in b/requirements.in index 408185fca8..0cf01a6f13 100644 --- a/requirements.in +++ b/requirements.in @@ -7,3 +7,7 @@ attrs<21 # https://github.com/flyteorg/flyte/issues/1732. jsonschema<4 pyyaml<6 +# A number of dependencies, including pandas and numpy, started dropping support for python 3.7 in their latest +# releases (pandas>=1.4.0 and numpy>=1.22.0). More details in https://github.com/flyteorg/flyte/issues/2115. +pandas<1.4.0 +numpy<1.22.0 diff --git a/requirements.txt b/requirements.txt index 38f885cec8..d745fca2d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,107 +6,56 @@ # -e file:.#egg=flytekit # via -r requirements.in -ansiwrap==0.8.4 - # via papermill -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time attrs==20.3.0 # via # -r requirements.in # jsonschema -backcall==0.2.0 - # via ipython -bcrypt==3.2.0 - # via paramiko binaryornot==0.4.4 # via cookiecutter -black==21.12b0 - # via papermill -bleach==4.1.0 - # via nbconvert -boto3==1.20.26 - # via sagemaker-training -botocore==1.23.26 - # via - # boto3 - # s3transfer certifi==2021.10.8 # via requests cffi==1.15.0 - # via - # bcrypt - # cryptography - # pynacl + # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.9 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit -click==7.1.2 +click==8.0.3 # via - # black # cookiecutter # flytekit - # hmsclient - # papermill cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.1.0 +croniter==1.2.0 # via flytekit cryptography==36.0.1 - # via - # paramiko - # secretstorage + # via secretstorage dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 - # via - # ipython - # retry -defusedxml==0.7.1 - # via nbconvert +decorator==5.1.1 + # via retry deprecated==1.2.13 # via flytekit -diskcache==5.3.0 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit docstring-parser==0.13 # via flytekit -entrypoints==0.3 - # via - # jupyter-client - # nbconvert - # papermill -flyteidl==0.21.17 +flyteidl==0.22.0 # via flytekit -gevent==21.12.0 - # via sagemaker-training -greenlet==1.1.2 - # via gevent grpcio==1.43.0 # via flytekit -hmsclient==0.1.1 - # via flytekit idna==3.3 # via requests -importlib-metadata==4.10.0 +importlib-metadata==4.10.1 # via keyring -inotify_simple==1.2.1 - # via sagemaker-training -ipykernel==5.5.6 - # via flytekit -ipython==7.31.1 - # via ipykernel -ipython-genutils==0.2.0 - # via - # ipykernel - # nbformat -jedi==0.18.1 - # via ipython jeepney==0.7.1 # via # keyring @@ -115,31 +64,11 @@ jinja2==3.0.3 # via # cookiecutter # jinja2-time - # nbconvert jinja2-time==0.2.0 # via cookiecutter -jmespath==0.10.0 - # via - # boto3 - # botocore jsonschema==3.2.0 - # via - # -r requirements.in - # nbformat -jupyter-client==7.1.0 - # via - # ipykernel - # nbclient -jupyter-core==4.9.1 - # via - # jupyter-client - # nbconvert - # nbformat -jupyterlab-pygments==0.1.2 - # via nbconvert -k8s-proto==0.0.3 - # via flytekit -keyring==23.4.0 + # via -r requirements.in +keyring==23.5.0 # via flytekit markupsafe==2.0.1 # via jinja2 @@ -152,100 +81,38 @@ marshmallow-enum==1.5.1 # via dataclasses-json marshmallow-jsonschema==0.13.0 # via flytekit -matplotlib-inline==0.1.3 - # via ipython -mistune==0.8.4 - # via nbconvert mypy-extensions==0.4.3 - # via - # black - # typing-inspect -natsort==8.0.2 - # via flytekit -nbclient==0.5.9 - # via - # nbconvert - # papermill -nbconvert==6.3.0 + # via typing-inspect +natsort==8.1.0 # via flytekit -nbformat==5.1.3 - # via - # nbclient - # nbconvert - # papermill -nest-asyncio==1.5.4 - # via - # jupyter-client - # nbclient numpy==1.21.5 # via - # flytekit + # -r requirements.in # pandas # pyarrow - # sagemaker-training - # scipy -packaging==21.3 - # via bleach pandas==1.3.5 - # via flytekit -pandocfilters==1.5.0 - # via nbconvert -papermill==2.3.3 - # via flytekit -paramiko==2.8.1 - # via sagemaker-training -parso==0.8.3 - # via jedi -pathspec==0.9.0 - # via black -pexpect==4.8.0 - # via ipython -pickleshare==0.7.5 - # via ipython -platformdirs==2.4.0 - # via black + # via + # -r requirements.in + # flytekit poyo==0.5.0 # via cookiecutter -prompt-toolkit==3.0.24 - # via ipython -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit - # k8s-proto - # sagemaker-training -psutil==5.8.0 - # via sagemaker-training -ptyprocess==0.7.0 - # via pexpect py==1.11.0 # via retry -py4j==0.10.9.2 - # via pyspark pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -pygments==2.10.0 - # via - # ipython - # jupyterlab-pygments - # nbconvert -pynacl==1.4.0 - # via paramiko -pyparsing==3.0.6 - # via packaging -pyrsistent==0.18.0 +pyrsistent==0.18.1 # via jsonschema -pyspark==3.2.0 - # via flytekit -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow - # botocore # croniter # flytekit - # jupyter-client # pandas python-json-logger==2.0.2 # via flytekit @@ -258,110 +125,51 @@ pytz==2021.3 # flytekit # pandas pyyaml==5.4.1 - # via - # -r requirements.in - # papermill -pyzmq==22.3.0 - # via jupyter-client -regex==2021.11.10 + # via -r requirements.in +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit - # papermill # responses -responses==0.16.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit -retrying==1.3.3 - # via sagemaker-training -s3transfer==0.5.0 - # via boto3 -sagemaker-training==3.9.2 - # via flytekit -scipy==1.7.3 - # via sagemaker-training secretstorage==3.3.1 # via keyring six==1.16.0 # via - # bcrypt - # bleach # cookiecutter - # flytekit # grpcio # jsonschema - # pynacl # python-dateutil - # responses - # retrying - # sagemaker-training - # thrift sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 # via flytekit -tenacity==8.0.1 - # via papermill -testpath==0.5.0 - # via nbconvert text-unidecode==1.3 # via python-slugify -textwrap3==0.9.2 - # via ansiwrap -thrift==0.15.0 - # via hmsclient -tomli==1.2.3 - # via black -tornado==6.1 - # via - # ipykernel - # jupyter-client -tqdm==4.62.3 - # via papermill -traitlets==5.1.1 - # via - # ipykernel - # ipython - # jupyter-client - # jupyter-core - # matplotlib-inline - # nbclient - # nbconvert - # nbformat typing-extensions==4.0.1 # via - # black + # flytekit # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via - # botocore # flytekit # requests # responses -wcwidth==0.2.5 - # via prompt-toolkit -webencodings==0.5.1 - # via bleach -werkzeug==2.0.2 - # via sagemaker-training wheel==0.37.1 # via flytekit wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata -zope.event==4.5.0 - # via gevent -zope.interface==5.4.0 - # via gevent # The following packages are considered to be unsafe in a requirements file: -# pip # setuptools diff --git a/setup.py b/setup.py index 740a1d81e5..48250dac6b 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ "wheel>=0.30.0,<1.0.0", "pandas>=1.0.0,<2.0.0", "pyarrow>=4.0.0,<7.0.0", - "click>=6.6,<8.0", + "click>=6.6,<9.0", "croniter>=0.3.20,<4.0.0", "deprecated>=1.0,<2.0", "python-dateutil>=2.1", 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 8fcc781de3..dc2ddebe81 100644 --- a/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt +++ b/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt @@ -4,7 +4,7 @@ # # make tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt # -arrow==1.2.1 +arrow==1.2.2 # via jinja2-time binaryornot==0.4.4 # via cookiecutter @@ -14,7 +14,7 @@ cffi==1.15.0 # via cryptography chardet==4.0.0 # via binaryornot -charset-normalizer==2.0.9 +charset-normalizer==2.0.11 # via requests checksumdir==1.2.0 # via flytekit @@ -26,7 +26,7 @@ cloudpickle==2.0.0 # via flytekit cookiecutter==1.7.3 # via flytekit -croniter==1.1.0 +croniter==1.2.0 # via flytekit cryptography==36.0.1 # via secretstorage @@ -34,27 +34,27 @@ cycler==0.11.0 # via matplotlib dataclasses-json==0.5.6 # via flytekit -decorator==5.1.0 +decorator==5.1.1 # via retry deprecated==1.2.13 # via flytekit -diskcache==5.3.0 +diskcache==5.4.0 # via flytekit docker-image-py==0.1.12 # via flytekit docstring-parser==0.13 # via flytekit -flyteidl==0.21.17 +flyteidl==0.22.0 # via flytekit -flytekit==0.25.0 +flytekit==0.30.0 # via -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in -fonttools==4.28.5 +fonttools==4.29.1 # via matplotlib grpcio==1.43.0 # via flytekit idna==3.3 # via requests -importlib-metadata==4.10.0 +importlib-metadata==4.10.1 # via keyring jeepney==0.7.1 # via @@ -68,7 +68,7 @@ jinja2-time==0.2.0 # via cookiecutter joblib==1.1.0 # via -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in -keyring==23.4.0 +keyring==23.5.0 # via flytekit kiwisolver==1.3.2 # via matplotlib @@ -87,25 +87,25 @@ matplotlib==3.5.1 # via -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in mypy-extensions==0.4.3 # via typing-inspect -natsort==8.0.2 +natsort==8.1.0 # via flytekit -numpy==1.21.5 +numpy==1.22.2 # via # matplotlib # opencv-python # pandas # pyarrow -opencv-python==4.5.4.60 +opencv-python==4.5.5.62 # via -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in packaging==21.3 # via matplotlib -pandas==1.3.5 +pandas==1.4.0 # via flytekit -pillow==8.4.0 +pillow==9.0.1 # via matplotlib poyo==0.5.0 # via cookiecutter -protobuf==3.19.1 +protobuf==3.19.4 # via # flyteidl # flytekit @@ -115,11 +115,11 @@ pyarrow==6.0.1 # via flytekit pycparser==2.21 # via cffi -pyparsing==3.0.6 +pyparsing==3.0.7 # via # matplotlib # packaging -python-dateutil==2.8.1 +python-dateutil==2.8.2 # via # arrow # croniter @@ -132,18 +132,18 @@ python-slugify==5.0.2 # via cookiecutter pytimeparse==1.1.8 # via flytekit -pytz==2018.4 +pytz==2021.3 # via # flytekit # pandas -regex==2021.11.10 +regex==2022.1.18 # via docker-image-py -requests==2.26.0 +requests==2.27.1 # via # cookiecutter # flytekit # responses -responses==0.16.0 +responses==0.18.0 # via flytekit retry==0.9.2 # via flytekit @@ -152,10 +152,8 @@ secretstorage==3.3.1 six==1.16.0 # via # cookiecutter - # flytekit # grpcio # python-dateutil - # responses sortedcontainers==2.4.0 # via flytekit statsd==3.3.0 @@ -163,10 +161,12 @@ statsd==3.3.0 text-unidecode==1.3 # via python-slugify typing-extensions==4.0.1 - # via typing-inspect + # via + # flytekit + # typing-inspect typing-inspect==0.7.1 # via dataclasses-json -urllib3==1.26.7 +urllib3==1.26.8 # via # flytekit # requests @@ -179,5 +179,5 @@ wrapt==1.13.3 # via # deprecated # flytekit -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata