From 1587788c02326c857058c4d8065863df679603b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:41:24 +0000 Subject: [PATCH] Bump aiohttp from 3.8.5 to 3.9.0 in /examples/advanced_composition Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.9.0. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.5...v3.9.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/advanced_composition/requirements.txt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/examples/advanced_composition/requirements.txt b/examples/advanced_composition/requirements.txt index a1a517f1b..8c2d14c76 100644 --- a/examples/advanced_composition/requirements.txt +++ b/examples/advanced_composition/requirements.txt @@ -8,7 +8,7 @@ adlfs==2023.8.0 # via flytekit aiobotocore==2.5.4 # via s3fs -aiohttp==3.8.5 +aiohttp==3.9.0 # via # adlfs # aiobotocore @@ -52,9 +52,7 @@ cffi==1.15.1 chardet==5.2.0 # via binaryornot charset-normalizer==3.2.0 - # via - # aiohttp - # requests + # via requests click==8.1.7 # via # cookiecutter @@ -73,6 +71,7 @@ cryptography==41.0.3 # msal # pyjwt # pyopenssl + # secretstorage dataclasses-json==0.5.9 # via flytekit decorator==5.1.1 @@ -155,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 @@ -240,7 +243,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 @@ -296,6 +301,8 @@ rsa==4.9 # via google-auth s3fs==2023.9.0 # via flytekit +secretstorage==3.3.3 + # via keyring six==1.16.0 # via # azure-core