diff --git a/poetry.lock b/poetry.lock index d7d51634..68a1876e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -637,19 +637,22 @@ nose = ">=1.2.1" [[package]] name = "django-recaptcha" -version = "4.0.0" +version = "4.1.0" description = "Django recaptcha form field/widget app." optional = false python-versions = "*" groups = ["main"] files = [ - {file = "django-recaptcha-4.0.0.tar.gz", hash = "sha256:5316438f97700c431d65351470d1255047e3f2cd9af0f2f13592b637dad9213e"}, - {file = "django_recaptcha-4.0.0-py3-none-any.whl", hash = "sha256:0d912d5c7c009df4e47accd25029133d47a74342dbd2a8edc2877b6bffa971a3"}, + {file = "django_recaptcha-4.1.0-py3-none-any.whl", hash = "sha256:463aa65967e973de466b28ce8e8b6abb2faffb1ce0c7faa1bf0e5b041e0497cb"}, + {file = "django_recaptcha-4.1.0.tar.gz", hash = "sha256:73097b958733f65b729d4e4630c51fc2bf147aca6f026017d18898dfc25cb4c5"}, ] [package.dependencies] django = "*" +[package.extras] +testing = ["coveralls", "tox", "tox-gh-actions"] + [[package]] name = "django-stdimage" version = "6.0.2" @@ -1374,4 +1377,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "3.11.9" -content-hash = "bcd9beb16754e7f455d7c61b6d37a9848b974bfd15b2d945e9307f1d5d88ac95" +content-hash = "e6b8b52fcb96e79728517fbd965ff8228dae415f0c98f0e374a47657fc922593" diff --git a/pyproject.toml b/pyproject.toml index affa8515..c0ae8a9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ django-import-export = "^4.3.4" django-loginas = "^0.3.11" django-meta = "^2.4.2" django-nose = "^1.4.7" -django-recaptcha = "^4.0.0" +django-recaptcha = "^4.1.0" django-stdimage = "^6.0.2" django-storages = "^1.14" factory-boy = "^3.3.3"