From e053103e1e3447632b79ba251d595c0df57df161 Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 13 Jun 2024 02:38:33 +0000 Subject: [PATCH] Snyk auto fix --- poetry.lock | 17 ++++++++--------- pyproject.toml | 1 + 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 54062ce3d..59fafc7ab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -85,21 +85,20 @@ aio = ["aiohttp (>=3.0)"] [[package]] name = "azure-identity" -version = "1.13.0" +version = "1.16.1" description = "Microsoft Azure Identity Library for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "azure-identity-1.13.0.zip", hash = "sha256:c931c27301ffa86b07b4dcf574e29da73e3deba9ab5d1fe4f445bb6a3117e260"}, - {file = "azure_identity-1.13.0-py3-none-any.whl", hash = "sha256:bd700cebb80cd9862098587c29d8677e819beca33c62568ced6d5a8e5e332b82"}, + {file = "azure-identity-1.16.1.tar.gz", hash = "sha256:6d93f04468f240d59246d8afde3091494a5040d4f141cad0f49fc0c399d0d91e"}, + {file = "azure_identity-1.16.1-py3-none-any.whl", hash = "sha256:8fb07c25642cd4ac422559a8b50d3e77f73dcc2bbfaba419d06d6c9d7cff6726"}, ] [package.dependencies] -azure-core = ">=1.11.0,<2.0.0" +azure-core = ">=1.23.0" cryptography = ">=2.5" -msal = ">=1.20.0,<2.0.0" -msal-extensions = ">=0.3.0,<2.0.0" -six = ">=1.12.0" +msal = ">=1.24.0" +msal-extensions = ">=0.3.0" [[package]] name = "azure-storage-blob" @@ -3291,4 +3290,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "d3557ef30420cf6088044c75fb9bace1b6dc4770aa88cdf6ca0341483ca18a03" +content-hash = "5484d98227c8dd0f2b0e44cb360270b9d11fdbd2f3873f00b03e254bcfacbb9d" diff --git a/pyproject.toml b/pyproject.toml index 41f9e0ce8..930d15083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,6 +75,7 @@ urllib3 = "1.26.18" idna = "3.7" gunicorn = "22.0.0" requests = "2.32.2" +azure-identity = "1.16.1" [tool.poetry.dev-dependencies] prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.10.3" }