diff --git a/poetry.lock b/poetry.lock index ee850fd..5ffbe88 100644 --- a/poetry.lock +++ b/poetry.lock @@ -421,12 +421,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] @@ -1276,4 +1276,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e1df5046f355eeb7eb4857a96f5894cd902e366555ad3d75bf709fe847621725" +content-hash = "07966220ca17397303ce60806555c448eff2ba257e547f7d0136af030128aea9" diff --git a/pyproject.toml b/pyproject.toml index 759fba1..330409b 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.62.1" +django-allauth = "^0.63.0" psycopg2-binary = "^2.9.9" [tool.poetry.group.dev.dependencies]