From bb098a23ca28aa9c4610fe60a07f80e5764f87a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:36:37 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.4 in /examples/kftensorflow_plugin 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] --- examples/kftensorflow_plugin/requirements.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/examples/kftensorflow_plugin/requirements.txt b/examples/kftensorflow_plugin/requirements.txt index 20a0d44ad..d381c97bf 100644 --- a/examples/kftensorflow_plugin/requirements.txt +++ b/examples/kftensorflow_plugin/requirements.txt @@ -81,6 +81,7 @@ cryptography==41.0.3 # msal # pyjwt # pyopenssl + # secretstorage dataclasses-json==0.5.9 # via flytekit decorator==5.1.1 @@ -178,7 +179,11 @@ isodate==0.6.1 # via azure-storage-blob jaraco-classes==3.3.0 # via keyring -jinja2==3.1.2 +jeepney==0.8.0 + # via + # keyring + # secretstorage +jinja2==3.1.4 # via cookiecutter jmespath==1.0.1 # via botocore @@ -269,7 +274,9 @@ pycparser==2.21 pygments==2.16.1 # via rich pyjwt[crypto]==2.8.0 - # via msal + # via + # msal + # pyjwt pyopenssl==23.2.0 # via flytekit python-dateutil==2.8.2 @@ -326,6 +333,8 @@ rsa==4.9 # via google-auth s3fs==2023.6.0 # via flytekit +secretstorage==3.3.3 + # via keyring six==1.16.0 # via # azure-core