From 63f1f033370406c085cdf2d92108778611f795bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 03:55:57 +0000 Subject: [PATCH] Bump idna Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../mock_flyte_repo/workflows/requirements.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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 e697db1861..0ec881d934 100644 --- a/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt +++ b/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt @@ -148,7 +148,7 @@ grpcio==1.53.0 # grpcio-status grpcio-status==1.53.0 # via flytekit -idna==3.4 +idna==3.7 # via # requests # yarl @@ -156,6 +156,8 @@ importlib-metadata==6.8.0 # via # flytekit # keyring +importlib-resources==6.4.0 + # via matplotlib isodate==0.6.1 # via azure-storage-blob jaraco-classes==3.3.0 @@ -258,7 +260,9 @@ pycparser==2.21 pygments==2.15.1 # via rich pyjwt[crypto]==2.8.0 - # via msal + # via + # msal + # pyjwt pyopenssl==23.2.0 # via flytekit pyparsing==3.0.9 @@ -282,7 +286,7 @@ pytz==2023.3 # via # flytekit # pandas -pyyaml==6.0.1 +pyyaml==5.4.1 # via # cookiecutter # flytekit @@ -342,6 +346,7 @@ types-pyyaml==6.0.12.11 # via responses typing-extensions==4.7.1 # via + # aioitertools # azure-core # azure-storage-blob # flytekit @@ -373,4 +378,6 @@ wrapt==1.15.0 yarl==1.9.2 # via aiohttp zipp==3.16.2 - # via importlib-metadata + # via + # importlib-metadata + # importlib-resources