diff --git a/poetry.lock b/poetry.lock index faea857..a2bcfa8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -426,11 +426,11 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "0.51.0" +version = "0.52.0" description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication." category = "main" optional = false -python-versions = "*" +python-versions = ">=3.5" [package.dependencies] Django = ">=2.0" @@ -2187,7 +2187,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [metadata] lock-version = "1.1" python-versions = "^3.11" -content-hash = "6758ffa352939b433d2b84408b087e8038e75762703b4831d7a2300c1fb69853" +content-hash = "4e5d2bbcef5157e2e8cd936b4dced8c23f9227664d14f33e6266ba2cae3f8e65" [metadata.files] alabaster = [ @@ -2487,7 +2487,7 @@ django = [ {file = "Django-4.1.4.tar.gz", hash = "sha256:d38a4e108d2386cb9637da66a82dc8d0733caede4c83c4afdbda78af4214211b"}, ] django-allauth = [ - {file = "django-allauth-0.51.0.tar.gz", hash = "sha256:ca1622733b6faa591580ccd3984042f12d8c79ade93438212de249b7ffb6f91f"}, + {file = "django-allauth-0.52.0.tar.gz", hash = "sha256:e380661ceafe55734c40102819ae720403027036f28e9f9827f0faeddc24ed5f"}, ] django-anymail = [ {file = "django-anymail-9.0.tar.gz", hash = "sha256:4239f7c61fb77b6eb8c8591a317a84a2a78f6bce1f8f42847921de74194b5d8a"}, @@ -2827,6 +2827,7 @@ lazy-object-proxy = [ {file = "lazy_object_proxy-1.8.0-pp39-pypy39_pp73-any.whl", hash = "sha256:ce58b2b3734c73e68f0e30e4e725264d4d6be95818ec0a0be4bb6bf9a7e79aa8"}, ] livereload = [ + {file = "livereload-2.6.3-py2.py3-none-any.whl", hash = "sha256:ad4ac6f53b2d62bb6ce1a5e6e96f1f00976a32348afedcb4b6d68df2a1d346e4"}, {file = "livereload-2.6.3.tar.gz", hash = "sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869"}, ] markupsafe = [ diff --git a/pyproject.toml b/pyproject.toml index 90eff7b..4b821d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ django-health-check = "^3.17.0" django-structlog = "^4.0.1" django-environ = "^0.9.0" django-model-utils = "^4.3.1" -django-allauth = "^0.51.0" +django-allauth = "^0.52.0" django-crispy-forms = "^1.14.0" crispy-bootstrap5 = "^0.7" django-redis = "^5.2.0"