Skip to content

Commit

Permalink
Bump max docker version to 7.0.0 (#1138)
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Mehta <[email protected]>

Signed-off-by: Rahul Mehta <[email protected]>
  • Loading branch information
rahul-theorem authored Sep 8, 2022
1 parent 61bd02a commit 9a462c6
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 107 deletions.
43 changes: 18 additions & 25 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# via
# -c requirements.txt
# pytest-flyte
appnope==0.1.3
# via ipython
arrow==1.2.2
# via
# -c requirements.txt
Expand All @@ -20,7 +22,7 @@ attrs==20.3.0
# pytest-docker
backcall==0.2.0
# via ipython
bcrypt==3.2.2
bcrypt==4.0.0
# via paramiko
binaryornot==0.4.4
# via
Expand All @@ -37,7 +39,6 @@ certifi==2022.6.15
cffi==1.15.1
# via
# -c requirements.txt
# bcrypt
# cryptography
# pynacl
cfgv==3.3.1
Expand All @@ -46,7 +47,7 @@ chardet==5.0.0
# via
# -c requirements.txt
# binaryornot
charset-normalizer==2.1.0
charset-normalizer==2.1.1
# via
# -c requirements.txt
# requests
Expand All @@ -59,7 +60,7 @@ cloudpickle==2.1.0
# via
# -c requirements.txt
# flytekit
codespell==2.1.0
codespell==2.2.1
# via -r dev-requirements.in
cookiecutter==2.1.1
# via
Expand All @@ -78,7 +79,6 @@ cryptography==37.0.4
# -c requirements.txt
# paramiko
# pyopenssl
# secretstorage
dataclasses-json==0.5.7
# via
# -c requirements.txt
Expand All @@ -96,11 +96,11 @@ diskcache==5.4.0
# via
# -c requirements.txt
# flytekit
distlib==0.3.5
distlib==0.3.6
# via virtualenv
distro==1.7.0
# via docker-compose
docker[ssh]==5.0.3
docker[ssh]==6.0.0
# via
# -c requirements.txt
# docker-compose
Expand Down Expand Up @@ -130,11 +130,11 @@ google-api-core[grpc]==2.8.2
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-core
google-auth==2.10.0
google-auth==2.11.0
# via
# google-api-core
# google-cloud-core
google-cloud-bigquery==3.3.1
google-cloud-bigquery==3.3.2
# via -r dev-requirements.in
google-cloud-bigquery-storage==2.14.2
# via
Expand Down Expand Up @@ -187,11 +187,6 @@ ipython==7.34.0
# via -r dev-requirements.in
jedi==0.18.1
# via ipython
jeepney==0.8.0
# via
# -c requirements.txt
# keyring
# secretstorage
jinja2==3.1.2
# via
# -c requirements.txt
Expand Down Expand Up @@ -219,7 +214,7 @@ markupsafe==2.1.1
# via
# -c requirements.txt
# jinja2
marshmallow==3.17.0
marshmallow==3.17.1
# via
# -c requirements.txt
# dataclasses-json
Expand All @@ -233,7 +228,7 @@ marshmallow-jsonschema==0.13.0
# via
# -c requirements.txt
# flytekit
matplotlib-inline==0.1.5
matplotlib-inline==0.1.6
# via ipython
mock==4.0.3
# via -r dev-requirements.in
Expand All @@ -259,6 +254,7 @@ numpy==1.21.6
packaging==21.3
# via
# -c requirements.txt
# docker
# google-cloud-bigquery
# marshmallow
# pytest
Expand All @@ -282,7 +278,7 @@ pre-commit==2.20.0
# via -r dev-requirements.in
prompt-toolkit==3.0.30
# via ipython
proto-plus==1.22.0
proto-plus==1.22.1
# via
# google-cloud-bigquery
# google-cloud-bigquery-storage
Expand Down Expand Up @@ -386,7 +382,7 @@ pyyaml==5.4.1
# docker-compose
# flytekit
# pre-commit
regex==2022.7.25
regex==2022.8.17
# via
# -c requirements.txt
# docker-image-py
Expand All @@ -410,10 +406,6 @@ retry==0.9.2
# flytekit
rsa==4.9
# via google-auth
secretstorage==3.3.3
# via
# -c requirements.txt
# keyring
singledispatchmethod==1.0
# via
# -c requirements.txt
Expand Down Expand Up @@ -467,17 +459,18 @@ typing-extensions==4.3.0
# responses
# torch
# typing-inspect
typing-inspect==0.7.1
typing-inspect==0.8.0
# via
# -c requirements.txt
# dataclasses-json
urllib3==1.26.11
urllib3==1.26.12
# via
# -c requirements.txt
# docker
# flytekit
# requests
# responses
virtualenv==20.16.3
virtualenv==20.16.4
# via pre-commit
wcwidth==0.2.5
# via prompt-toolkit
Expand Down
Loading

0 comments on commit 9a462c6

Please sign in to comment.