From 9c4118fbd282a9e7cd742f20f5174f832223e85f 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:45:55 +0000 Subject: [PATCH] Audit Snyk check/fix 1.17 (#2359) 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 57dbf2416..0e0059585 100644 --- a/poetry.lock +++ b/poetry.lock @@ -74,21 +74,20 @@ typing-extensions = ">=4.0.1" [[package]] name = "azure-identity" -version = "1.8.0" +version = "1.16.1" description = "Microsoft Azure Identity Library for Python" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "azure-identity-1.8.0.zip", hash = "sha256:020ff0e47157852e4aac8a3adb06841827147f27a94cbe74a904425d8e62d93c"}, - {file = "azure_identity-1.8.0-py3-none-any.whl", hash = "sha256:8d87aff09b8dabe3c99bb934798dcdeb2f2d49614ecc4f0425cc888faafd64ae"}, + {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.12.0,<2.0.0" -msal-extensions = ">=0.3.0,<0.4.0" -six = ">=1.12.0" +msal = ">=1.24.0" +msal-extensions = ">=0.3.0" [[package]] name = "azure-storage-blob" @@ -2561,4 +2560,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "03a299ed7df333e33a889c6c316c8e2f95658f0359ce586e5cdcb179223fb441" +content-hash = "b4ca14135f362c17346712bb7a487e7f4f8ba6d0a6a66904219ad63f00d553ea" diff --git a/pyproject.toml b/pyproject.toml index 0db4a7ae9..f1196ff6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ requests = "2.32.2" urllib3 = "1.26.18" msal = "1.24.1" idna = "3.7" +azure-identity = "1.16.1" [tool.poetry.dev-dependencies] coverage = "6.3.3"