diff --git a/poetry.lock b/poetry.lock index 251fbd0e..5b4df865 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "acryl-datahub" @@ -796,13 +796,13 @@ bcrypt = ["bcrypt"] [[package]] name = "django-azure-auth" -version = "2.0.0" +version = "1.3.0" description = "A simple Django app for user authentication with Azure Active Directory/Entra ID." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "django_azure_auth-2.0.0-py3-none-any.whl", hash = "sha256:f314d099a082230b0373f7efbda4e4a0f410f487a9fb89bc8421576e18031a37"}, - {file = "django_azure_auth-2.0.0.tar.gz", hash = "sha256:b186118734cf76246cc15fe11ea6bce967c6a93c37ea84cfcdb8f7b70eb0500c"}, + {file = "django_azure_auth-1.3.0-py3-none-any.whl", hash = "sha256:c6fff436757c834d73c04d5a15a2918a21dcfb892c862b1cea283b682bb7efc0"}, + {file = "django_azure_auth-1.3.0.tar.gz", hash = "sha256:0bda7880e7ecdc01092ea65223ba4b58b4485e0ea57fa0e4a932c209fe152b50"}, ] [package.dependencies] @@ -1311,8 +1311,8 @@ files = [ [[package]] name = "ministryofjustice-data-platform-catalogue" -version = "1.0.1" -description = "Wrapper around Datahub supporting custom properties for the Find MOJ Data service." +version = "1.1.0" +description = "Wrapper around Datahub supporting custom properties for the Find MoJ Data service." optional = false python-versions = "^3.10" files = [] @@ -2986,4 +2986,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e31e22cf3779617a63b82a6899173920a36e342278cc9f8fa81d0a94a0cc3817" +content-hash = "236ded8e56483844941f9c675f008982b25fecef7aebd03976304efd66aecd04" diff --git a/pyproject.toml b/pyproject.toml index 64c36a16..c098ad14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ markdown-headdown = "^0.1.3" nltk = "^3.9.1" sentry-sdk = { extras = ["django"], version = "^2.13.0" } ministryofjustice-data-platform-catalogue = { path = "lib/datahub-client", develop = true } -django-azure-auth = "^2.0.0" +django-azure-auth = "1.3.0" django-waffle = "^4.1.0" psycopg = "^3.2.1" psycopg-binary = "^3.2.1"