diff --git a/.circleci/config.yml b/.circleci/config.yml index f8a12940e6..bc43713463 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ jobs: command: | google-cloud-sdk/bin/kubectl -n flyte port-forward deployment/flyteadmin 8089:8089 & # it takes some time for the portforwarding to be ready - grpc_health/grpc_health_probe -addr 127.0.0.1:8089 -connect-timeout 8s + grpc_health/grpc_health_probe -addr 127.0.0.1:8089 -connect-timeout 10s source google-cloud-sdk/path.bash.inc mvn -B verify -P disable-static-analysis - run: diff --git a/styx-e2e-test/flyte-test-workflow/requirements.in b/styx-e2e-test/flyte-test-workflow/requirements.in index 17492f4955..a0dfe5a6f7 100644 --- a/styx-e2e-test/flyte-test-workflow/requirements.in +++ b/styx-e2e-test/flyte-test-workflow/requirements.in @@ -1 +1,3 @@ flytekit==0.16.0b16 +# suggested by dependabot +numpy==1.22.0 \ No newline at end of file diff --git a/styx-e2e-test/flyte-test-workflow/requirements.txt b/styx-e2e-test/flyte-test-workflow/requirements.txt index 973a3bae63..68225cb232 100644 --- a/styx-e2e-test/flyte-test-workflow/requirements.txt +++ b/styx-e2e-test/flyte-test-workflow/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile +# This file is autogenerated by pip-compile with python 3.9 # To update, run: # # pip-compile requirements.in @@ -56,8 +56,9 @@ natsort==7.1.1 # via # croniter # flytekit -numpy==1.21.0 +numpy==1.22.0 # via + # -r requirements.in # pandas # pyarrow pandas==1.2.2 @@ -117,7 +118,7 @@ typing-extensions==3.7.4.3 # via typing-inspect typing-inspect==0.6.0 # via dataclasses-json -urllib3==1.26.5 +urllib3==1.25.11 # via # flytekit # requests