From 5d752df3fa5bbb539c0fea40908109e8c319072b Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:51:43 +0000 Subject: [PATCH] Audit Snyk check/fix 1.19 (#2360) Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com> --- poetry.lock | 17 ++++++++--------- pyproject.toml | 1 + 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1c01ac3a1..84aa1837e 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" @@ -3330,4 +3329,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "564c0331da406ff479d9d5cfa41cdd86d968cd1b6a66f04f3a232334d759a7bb" +content-hash = "3b843e8c5df83898cf45aecb06da03ee9eac8efcae05ba9ce4c59b46195a3d6d" diff --git a/pyproject.toml b/pyproject.toml index 0f47e9ae7..7ef3543da 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" }