From 363898d748359d0bd796b07cc0b62747997b44f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:31:05 +0000 Subject: [PATCH] Bump urllib3 from 1.26.16 to 1.26.17 in /examples/productionizing Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.16...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/productionizing/requirements.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/productionizing/requirements.txt b/examples/productionizing/requirements.txt index 8ed90cfce..57a92d2ac 100644 --- a/examples/productionizing/requirements.txt +++ b/examples/productionizing/requirements.txt @@ -73,6 +73,7 @@ cryptography==41.0.3 # msal # pyjwt # pyopenssl + # secretstorage dataclasses-json==0.5.9 # via flytekit decorator==5.1.1 @@ -153,6 +154,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 jmespath==1.0.1 @@ -292,6 +297,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 @@ -315,7 +322,7 @@ typing-extensions==4.7.1 # typing-inspect typing-inspect==0.9.0 # via dataclasses-json -urllib3==1.26.16 +urllib3==1.26.17 # via # botocore # docker