From 2237fe266e11f1f7e11fa9724af00d4392924a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:05:46 +0000 Subject: [PATCH] Bump aiohttp from 3.8.3 to 3.9.0 in /feathr_project Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 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.3...v3.9.0) --- 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..7d311919d 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.9.0", # fixing Azure Machine Learning authentication issue per https://stackoverflow.com/a/72262694/3193073 "azure-identity>=1.8.0", "azure-keyvault-secrets<=4.6.0",