From 4cc3cd11c84faedc079f83df273660917051f99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 01:49:03 +0000 Subject: [PATCH] Bump azure-identity in /4.company-research/app/backend Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.13.0b3 to 1.16.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.13.0b3...azure-identity_1.16.1) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 4.company-research/app/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4.company-research/app/backend/requirements.txt b/4.company-research/app/backend/requirements.txt index 64d4433..c2904c8 100644 --- a/4.company-research/app/backend/requirements.txt +++ b/4.company-research/app/backend/requirements.txt @@ -1,4 +1,4 @@ -azure-identity==1.13.0b3 +azure-identity==1.16.1 numpy==1.24.3 pandas==2.0.2 Flask==2.2.5