From 3c6ad059255b0e2039cf31be76dbe91efcdd74dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:06:55 +0000 Subject: [PATCH] Bump azure-core from 1.30.1 to 1.30.2 Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from 1.30.1 to 1.30.2. - [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-core_1.30.1...azure-core_1.30.2) --- updated-dependencies: - dependency-name: azure-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 854d69d9..e131a2e4 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -22,7 +22,7 @@ asyncpg==0.29.0 # via fastapi_app (pyproject.toml) attrs==23.2.0 # via aiohttp -azure-core==1.30.1 +azure-core==1.30.2 # via azure-identity azure-identity==1.16.0 # via fastapi_app (pyproject.toml)