diff --git a/poetry.lock b/poetry.lock index 90317a7..93ecd9a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -723,12 +723,12 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "0.62.1" +version = "0.63.0" description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication." optional = false python-versions = ">=3.7" files = [ - {file = "django-allauth-0.62.1.tar.gz", hash = "sha256:6f33e86e42fb78ec2885ee905f337b87c46465ae7fe162c4959dcac81d47e2ad"}, + {file = "django-allauth-0.63.0.tar.gz", hash = "sha256:fbe0148c6258eac44e701a8f36e0950b5d0b1c60bde3e178683a4239f49311fc"}, ] [package.dependencies] @@ -3198,4 +3198,4 @@ docs = ["django-debug-toolbar", "django-extensions", "sphinx", "sphinx-autobuild [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "67d32eb99e45d7ad6a0fc4143657caf469f1cd38765f542df4a28dbb099fa1d8" +content-hash = "7602e65652ff7742a96dc280a2388a5f95aea7a52490ae6aab68d924a0cdf3a3" diff --git a/pyproject.toml b/pyproject.toml index 5730f45..17412d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ flower="^2.0.1" django="^4.2.13" django-environ="^0.11.1" django-model-utils="^4.5.1" -django-allauth="^0.62.1" +django-allauth="^0.63.0" django-crispy-forms="^2.1" crispy-bootstrap5="^2024.2" django-redis="^5.4.0"