From df58b564ba5173a24c7cf3180249005af3501cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 23:08:06 +0000 Subject: [PATCH] Bump aiohttp from 3.8.3 to 3.8.6 in /feathr_project Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.6. - [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.8.6) --- 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..19466d369 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.6", # fixing Azure Machine Learning authentication issue per https://stackoverflow.com/a/72262694/3193073 "azure-identity>=1.8.0", "azure-keyvault-secrets<=4.6.0",