From 7f2448cfa49bffcd1da71cbd235e34a065b30bae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:01:39 +0000 Subject: [PATCH] Bump cryptography from 41.0.3 to 41.0.6 in /examples/k8s_dask_plugin Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/k8s_dask_plugin/requirements.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/examples/k8s_dask_plugin/requirements.txt b/examples/k8s_dask_plugin/requirements.txt index ba00fd4a8..9bb2fbd80 100644 --- a/examples/k8s_dask_plugin/requirements.txt +++ b/examples/k8s_dask_plugin/requirements.txt @@ -71,15 +71,17 @@ cookiecutter==2.3.0 # via flytekit croniter==1.4.1 # via flytekit -cryptography==41.0.3 +cryptography==41.0.6 # via # azure-identity # azure-storage-blob # msal # pyjwt # pyopenssl + # secretstorage dask[distributed]==2023.8.1 # via + # dask # distributed # flytekitplugins-dask dataclasses-json==0.5.9 @@ -176,6 +178,10 @@ isodate==0.6.1 # via azure-storage-blob jaraco-classes==3.3.0 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.2 # via # cookiecutter @@ -273,7 +279,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 @@ -331,6 +339,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