diff --git a/poetry.lock b/poetry.lock index 7c77601..c30df4d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 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 = "asgiref" @@ -512,13 +512,13 @@ files = [ [[package]] name = "django-recaptcha" -version = "3.0.0" +version = "4.0.0" description = "Django recaptcha form field/widget app." optional = false python-versions = "*" files = [ - {file = "django-recaptcha-3.0.0.tar.gz", hash = "sha256:253197051288923cae675d7eff91b619e3775311292a5dbaf27a8a55ffebc670"}, - {file = "django_recaptcha-3.0.0-py3-none-any.whl", hash = "sha256:1aed69fd6ac8fd9e99e52665392ae6748f8b6339ace656fad779fe0c6c915a52"}, + {file = "django-recaptcha-4.0.0.tar.gz", hash = "sha256:5316438f97700c431d65351470d1255047e3f2cd9af0f2f13592b637dad9213e"}, + {file = "django_recaptcha-4.0.0-py3-none-any.whl", hash = "sha256:0d912d5c7c009df4e47accd25029133d47a74342dbd2a8edc2877b6bffa971a3"}, ] [package.dependencies] @@ -1630,4 +1630,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "87bebebf655687bd1e1b916daa975c96a81ba5eed393cc752a3d5f042b05f469" +content-hash = "822de3c580cf4c69626a9817a5e5cefb4216d571bfccf5c6eec1b079c3862d2e" diff --git a/pyproject.toml b/pyproject.toml index c3f86dd..fb5a6c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ django-localflavor = "4.0" django-localflavor-us = "1.1" django-material = "1.12.0" django-materialize-css = "0.0.1" -django-recaptcha = "^3.0.0" +django-recaptcha = "^4.0.0" django-render-block = "0.9.2" django-storages = "^1.13.2" djangorestframework = "3.14.0"