diff --git a/poetry.lock b/poetry.lock index 34567c4..a14cc8e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,43 @@ -# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. + +[[package]] +name = "azure-core" +version = "1.36.0" +description = "Microsoft Azure Core Library for Python" +optional = false +python-versions = ">=3.9" +groups = ["main"] +files = [ + {file = "azure_core-1.36.0-py3-none-any.whl", hash = "sha256:fee9923a3a753e94a259563429f3644aaf05c486d45b1215d098115102d91d3b"}, + {file = "azure_core-1.36.0.tar.gz", hash = "sha256:22e5605e6d0bf1d229726af56d9e92bc37b6e726b141a18be0b4d424131741b7"}, +] + +[package.dependencies] +requests = ">=2.21.0" +typing-extensions = ">=4.6.0" + +[package.extras] +aio = ["aiohttp (>=3.0)"] +tracing = ["opentelemetry-api (>=1.26,<2.0)"] + +[[package]] +name = "azure-identity" +version = "1.25.1" +description = "Microsoft Azure Identity Library for Python" +optional = false +python-versions = ">=3.9" +groups = ["main"] +files = [ + {file = "azure_identity-1.25.1-py3-none-any.whl", hash = "sha256:e9edd720af03dff020223cd269fa3a61e8f345ea75443858273bcb44844ab651"}, + {file = "azure_identity-1.25.1.tar.gz", hash = "sha256:87ca8328883de6036443e1c37b40e8dc8fb74898240f61071e09d2e369361456"}, +] + +[package.dependencies] +azure-core = ">=1.31.0" +cryptography = ">=2.5" +msal = ">=1.30.0" +msal-extensions = ">=1.2.0" +typing-extensions = ">=4.0.0" [[package]] name = "certifi" @@ -475,17 +514,18 @@ broker = ["pymsalruntime (>=0.14,<0.19) ; python_version >= \"3.6\" and platform [[package]] name = "msal-bearer" -version = "1.3.3" -description = "Python package to get auth token interactively for a public client application using msal and msal-extension for caching." +version = "1.4.3" +description = "Python package to get auth token for a msal client application using msal, msal-extensions and azure-identity." optional = false python-versions = "<4.0.0,>=3.9.2" groups = ["main"] files = [ - {file = "msal_bearer-1.3.3-py3-none-any.whl", hash = "sha256:0cac876dc70024d57f916dafe411d5a854958addc56eca5e98465f7ba2e6a711"}, - {file = "msal_bearer-1.3.3.tar.gz", hash = "sha256:5c1e7f03505eef93e4ffce4a920a2fdd060005262fa58cafd31b9f62ab5445cf"}, + {file = "msal_bearer-1.4.3-py3-none-any.whl", hash = "sha256:fe0493cd6bf63654f9692ace2d739871028b3aff7c5cd39d1e7605d289b2d92f"}, + {file = "msal_bearer-1.4.3.tar.gz", hash = "sha256:1d0a7fc4d46315c0264046fc23d3ad7734887b2b54d7460fba462a2aea816a50"}, ] [package.dependencies] +azure-identity = ">=1.24.0,<2.0.0" cryptography = ">=43.0.3" msal = ">=1.33.0,<2.0.0" msal-extensions = ">=1.3.1,<2.0.0" @@ -1108,6 +1148,18 @@ files = [ {file = "tomli-2.2.1.tar.gz", hash = "sha256:cd45e1dc79c835ce60f7404ec8119f2eb06d38b1deba146f07ced3bbc44505ff"}, ] +[[package]] +name = "typing-extensions" +version = "4.15.0" +description = "Backported and Experimental Type Hints for Python 3.9+" +optional = false +python-versions = ">=3.9" +groups = ["main"] +files = [ + {file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"}, + {file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"}, +] + [[package]] name = "tzdata" version = "2025.1"