From 38698d830f7ce0499f6fb941b5a74ccbe1d1c9cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:40:43 +0000 Subject: [PATCH] Bump jinja2 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.4) --- updated-dependencies: - dependency-name: jinja2 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..c3b68f7afa 100644 --- a/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt +++ b/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt @@ -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 @@ -164,7 +166,7 @@ jeepney==0.8.0 # via # keyring # secretstorage -jinja2==3.1.2 +jinja2==3.1.4 # via cookiecutter jmespath==1.0.1 # via botocore @@ -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