diff --git a/poetry.lock b/poetry.lock index ff7f1f2..1fa3040 100644 --- a/poetry.lock +++ b/poetry.lock @@ -421,12 +421,12 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "0.63.5" +version = "0.63.6" 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.63.5.tar.gz", hash = "sha256:ab612c58dac10e64ab7c1ef1389610c56e43e4a39ce36abaf11b8564a6b2e998"}, + {file = "django_allauth-0.63.6.tar.gz", hash = "sha256:f15f49defb09e0604dad5214e53a69a1f723cb03176bb115c8930bcd19b91749"}, ] [package.dependencies] @@ -1276,4 +1276,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "be404c6fcea14f7867cbb40ae27e1204c1b81027cf0ea32eec1c4d6171f21647" +content-hash = "9a2de0c7143bcca0bc657fca813359bccd958ff29c09e8688b384951eaa0930a" diff --git a/pyproject.toml b/pyproject.toml index aff229f..76ee610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "^3.9" daphne = "^4.1.2" Django = "^4.2" -django-allauth = "^0.63.5" +django-allauth = "^0.63.6" psycopg2-binary = "^2.9.9" [tool.poetry.group.dev.dependencies]