diff --git a/poetry.lock b/poetry.lock index 12c3cde..23cabc4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -386,7 +386,7 @@ python-versions = "*" [[package]] name = "msal" -version = "1.9.0" +version = "1.11.0" description = "The Microsoft Authentication Library (MSAL) for Python library enables your app to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industry standard OAuth2 and OpenID Connect." category = "main" optional = false @@ -766,7 +766,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "4f6fcfcaef68fe3e3f7b3b62fd3778df7600e9e772cb2bbd30cbabda215f28c6" +content-hash = "35b9659c376430555b7d3a259561b0d9497faedc7e6e28ce5e60bef4127d3d3b" [metadata.files] alembic = [ @@ -1062,8 +1062,8 @@ mccabe = [ {file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"}, ] msal = [ - {file = "msal-1.9.0-py2.py3-none-any.whl", hash = "sha256:267c73ccaaf9efd8c372bf9a4f2b1dc5593daeae2617497039f329f50f14da55"}, - {file = "msal-1.9.0.tar.gz", hash = "sha256:c11a6f2a1f8ff522ebf415486b06bbd476582c7b26ee59f4a38a239f57e59249"}, + {file = "msal-1.11.0-py2.py3-none-any.whl", hash = "sha256:4b1646e6b028db0e124cf4f49bccb67ccddd2a7dfec03e52ce9cd3d083642034"}, + {file = "msal-1.11.0.tar.gz", hash = "sha256:467af02bb94a87a1b695b51bf867667e828acc0dd3c1de5fa543f69002db49fa"}, ] nodeenv = [ {file = "nodeenv-1.5.0-py2.py3-none-any.whl", hash = "sha256:5304d424c529c997bc888453aeaa6362d242b6b4631e90f3d4bf1b290f1c84a9"}, diff --git a/pyproject.toml b/pyproject.toml index c7b6252..9746643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ jsonschema = "^3.2.0" requests = "^2.25.1" beautifulsoup4 = "^4.9.3" lxml = "^4.6.1" -msal = "^1.9.0" +msal = "^1.11.0" sendgrid = "^6.6.0" sentry-sdk = { extras = ["flask", "sqlalchemy", "redis"], version = "^0.20.1" } ip2location = "^8.5.1"