Skip to content

Commit

Permalink
re-compile dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Bauer <[email protected]>
  • Loading branch information
bimtauer committed Apr 5, 2022
1 parent 9907aba commit ecc5633
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 41 deletions.
35 changes: 22 additions & 13 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# make dev-requirements.txt
Expand Down Expand Up @@ -46,10 +46,6 @@ charset-normalizer==2.0.12
# via
# -c requirements.txt
# requests
checksumdir==1.2.0
# via
# -c requirements.txt
# flytekit
click==8.1.2
# via
# -c requirements.txt
Expand Down Expand Up @@ -106,6 +102,14 @@ docker-image-py==0.1.12
# via
# -c requirements.txt
# flytekit
docker-py==1.10.6
# via
# -c requirements.txt
# flytekit
docker-pycreds==0.4.0
# via
# -c requirements.txt
# docker-py
dockerpty==0.4.1
# via docker-compose
docopt==0.6.2
Expand All @@ -116,7 +120,7 @@ docstring-parser==0.13
# flytekit
filelock==3.6.0
# via virtualenv
flyteidl==0.24.11
flyteidl==0.24.13
# via
# -c requirements.txt
# flytekit
Expand All @@ -131,7 +135,7 @@ google-auth==2.6.2
# google-cloud-core
google-cloud-bigquery==3.0.1
# via -r dev-requirements.in
google-cloud-bigquery-storage==2.13.0
google-cloud-bigquery-storage==2.13.1
# via
# -r dev-requirements.in
# google-cloud-bigquery
Expand All @@ -147,14 +151,14 @@ googleapis-common-protos==1.56.0
# flyteidl
# google-api-core
# grpcio-status
grpcio==1.45.0
grpcio==1.44.0
# via
# -c requirements.txt
# flytekit
# google-api-core
# google-cloud-bigquery
# grpcio-status
grpcio-status==1.45.0
grpcio-status==1.44.0
# via google-api-core
identify==2.4.12
# via pre-commit
Expand All @@ -168,7 +172,7 @@ importlib-metadata==4.11.3
# keyring
iniconfig==1.1.1
# via pytest
jeepney==0.7.1
jeepney==0.8.0
# via
# -c requirements.txt
# keyring
Expand Down Expand Up @@ -251,13 +255,13 @@ poyo==0.5.0
# via
# -c requirements.txt
# cookiecutter
pre-commit==2.17.0
pre-commit==2.18.1
# via -r dev-requirements.in
proto-plus==1.20.3
# via
# google-cloud-bigquery
# google-cloud-bigquery-storage
protobuf==3.19.4
protobuf==3.20.0
# via
# -c requirements.txt
# flyteidl
Expand Down Expand Up @@ -354,6 +358,7 @@ requests==2.27.1
# cookiecutter
# docker
# docker-compose
# docker-py
# flytekit
# google-api-core
# google-cloud-bigquery
Expand All @@ -377,6 +382,8 @@ six==1.16.0
# -c requirements.txt
# bcrypt
# cookiecutter
# docker-py
# docker-pycreds
# dockerpty
# google-auth
# grpcio
Expand Down Expand Up @@ -426,8 +433,10 @@ virtualenv==20.14.0
# via pre-commit
websocket-client==0.59.0
# via
# -c requirements.txt
# docker
# docker-compose
# docker-py
wheel==0.37.1
# via
# -c requirements.txt
Expand All @@ -437,7 +446,7 @@ wrapt==1.14.0
# -c requirements.txt
# deprecated
# flytekit
zipp==3.7.0
zipp==3.8.0
# via
# -c requirements.txt
# importlib-metadata
Expand Down
25 changes: 16 additions & 9 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -29,8 +29,6 @@ chardet==4.0.0
# via binaryornot
charset-normalizer==2.0.12
# via requests
checksumdir==1.2.0
# via flytekit
click==8.1.2
# via
# cookiecutter
Expand All @@ -57,19 +55,23 @@ diskcache==5.4.0
# via flytekit
docker-image-py==0.1.12
# via flytekit
docker-py==1.10.6
# via flytekit
docker-pycreds==0.4.0
# via docker-py
docstring-parser==0.13
# via flytekit
docutils==0.17.1
# via
# sphinx
# sphinx-panels
flyteidl==0.24.11
flyteidl==0.24.13
# via flytekit
furo @ git+https://github.com/flyteorg/furo@main
# via -r doc-requirements.in
googleapis-common-protos==1.56.0
# via flyteidl
grpcio==1.45.0
grpcio==1.44.0
# via
# -r doc-requirements.in
# flytekit
Expand All @@ -81,7 +83,7 @@ importlib-metadata==4.11.3
# via
# keyring
# sphinx
jeepney==0.7.1
jeepney==0.8.0
# via
# keyring
# secretstorage
Expand Down Expand Up @@ -122,11 +124,11 @@ packaging==21.3
# via
# marshmallow
# sphinx
pandas==1.4.1
pandas==1.4.2
# via flytekit
poyo==0.5.0
# via cookiecutter
protobuf==3.19.4
protobuf==3.20.0
# via
# flyteidl
# flytekit
Expand Down Expand Up @@ -174,6 +176,7 @@ regex==2022.3.15
requests==2.27.1
# via
# cookiecutter
# docker-py
# flytekit
# responses
# sphinx
Expand All @@ -186,6 +189,8 @@ secretstorage==3.3.1
six==1.16.0
# via
# cookiecutter
# docker-py
# docker-pycreds
# grpcio
# python-dateutil
# sphinx-code-include
Expand Down Expand Up @@ -258,14 +263,16 @@ urllib3==1.26.9
# flytekit
# requests
# responses
websocket-client==1.3.2
# via docker-py
wheel==0.37.1
# via flytekit
wrapt==1.14.0
# via
# astroid
# deprecated
# flytekit
zipp==3.7.0
zipp==3.8.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
26 changes: 18 additions & 8 deletions requirements-spark2.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# make requirements-spark2.txt
Expand All @@ -24,8 +24,6 @@ chardet==4.0.0
# via binaryornot
charset-normalizer==2.0.12
# via requests
checksumdir==1.2.0
# via flytekit
click==8.1.2
# via
# cookiecutter
Expand All @@ -48,19 +46,23 @@ diskcache==5.4.0
# via flytekit
docker-image-py==0.1.12
# via flytekit
docker-py==1.10.6
# via flytekit
docker-pycreds==0.4.0
# via docker-py
docstring-parser==0.13
# via flytekit
flyteidl==0.24.11
flyteidl==0.24.13
# via flytekit
googleapis-common-protos==1.56.0
# via flyteidl
grpcio==1.45.0
grpcio==1.44.0
# via flytekit
idna==3.3
# via requests
importlib-metadata==4.11.3
# via keyring
jeepney==0.7.1
jeepney==0.8.0
# via
# keyring
# secretstorage
Expand Down Expand Up @@ -102,7 +104,7 @@ pandas==1.3.5
# flytekit
poyo==0.5.0
# via cookiecutter
protobuf==3.19.4
protobuf==3.20.0
# via
# flyteidl
# flytekit
Expand Down Expand Up @@ -145,6 +147,7 @@ regex==2022.3.15
requests==2.27.1
# via
# cookiecutter
# docker-py
# flytekit
# responses
responses==0.20.0
Expand All @@ -156,9 +159,12 @@ secretstorage==3.3.1
six==1.16.0
# via
# cookiecutter
# docker-py
# docker-pycreds
# grpcio
# jsonschema
# python-dateutil
# websocket-client
sortedcontainers==2.4.0
# via flytekit
statsd==3.3.0
Expand All @@ -176,13 +182,17 @@ urllib3==1.26.9
# flytekit
# requests
# responses
websocket-client==0.59.0
# via
# -r requirements.in
# docker-py
wheel==0.37.1
# via flytekit
wrapt==1.14.0
# via
# deprecated
# flytekit
zipp==3.7.0
zipp==3.8.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,12 @@ docker-pycreds==0.4.0
# via docker-py
docstring-parser==0.13
# via flytekit
flyteidl==0.24.12
flyteidl==0.24.13
# via flytekit
googleapis-common-protos==1.56.0
# via flyteidl
grpcio==1.44.0
# via
# -r requirements.in
# flytekit
# via flytekit
idna==3.3
# via requests
importlib-metadata==4.11.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# make tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt
Expand Down Expand Up @@ -44,7 +44,7 @@ docker-image-py==0.1.12
# via flytekit
docstring-parser==0.13
# via flytekit
flyteidl==0.24.11
flyteidl==0.24.13
# via flytekit
flytekit==0.31.0
# via -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in
Expand All @@ -58,7 +58,7 @@ idna==3.3
# via requests
importlib-metadata==4.11.3
# via keyring
jeepney==0.7.1
jeepney==0.8.0
# via
# keyring
# secretstorage
Expand Down Expand Up @@ -103,13 +103,13 @@ packaging==21.3
# via
# marshmallow
# matplotlib
pandas==1.4.1
pandas==1.4.2
# via flytekit
pillow==9.0.1
pillow==9.1.0
# via matplotlib
poyo==0.5.0
# via cookiecutter
protobuf==3.19.4
protobuf==3.20.0
# via
# flyteidl
# flytekit
Expand Down Expand Up @@ -187,5 +187,5 @@ wrapt==1.14.0
# via
# deprecated
# flytekit
zipp==3.7.0
zipp==3.8.0
# via importlib-metadata

0 comments on commit ecc5633

Please sign in to comment.