From 1c2548d097eac5f01ce214b486e99b530a8b5517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:56:04 +0000 Subject: [PATCH] Bump aiohttp from 3.8.3 to 3.8.5 in /feathr_project Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- feathr_project/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feathr_project/setup.py b/feathr_project/setup.py index a5211d70c..12762c55b 100644 --- a/feathr_project/setup.py +++ b/feathr_project/setup.py @@ -84,7 +84,7 @@ "azure-storage-file-datalake<=12.5.0", "azure-synapse-spark", # Synapse's aiohttp package is old and does not work with Feathr. We pin to a newer version here. - "aiohttp==3.8.3", + "aiohttp==3.8.5", # fixing Azure Machine Learning authentication issue per https://stackoverflow.com/a/72262694/3193073 "azure-identity>=1.8.0", "azure-keyvault-secrets<=4.6.0",