diff --git a/poetry.lock b/poetry.lock index 21ed654f43e01c4291bdf5c56a8fde16a52cbefc..3c1f23e85a858e580605e60e088adbad5f9abefe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -563,7 +563,7 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "0.46.0" +version = "0.47.0" description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication." category = "main" optional = false @@ -2808,7 +2808,7 @@ sentry = [] [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "6565530e098a3cdb703bb3efc9918aaac3d32b2831a84724cf7faf31dafe1693" +content-hash = "ee509d34703651d7aa53079006d0e159ef8fb6bb47d3cefb8ff21aef354b87c8" [metadata.files] alabaster = [ @@ -3090,7 +3090,7 @@ django = [ {file = "Django-3.2.9.tar.gz", hash = "sha256:51284300f1522ffcdb07ccbdf676a307c6678659e1284f0618e5a774127a6a08"}, ] django-allauth = [ - {file = "django-allauth-0.46.0.tar.gz", hash = "sha256:8217b8dc46f85812ff209fc542f4bf378f1751cdbe867008169d4c85685df50d"}, + {file = "django-allauth-0.47.0.tar.gz", hash = "sha256:2bcf09d4c6e672620981d283f555d643982ac066b71f8947dbd81882a1d7c5e8"}, ] django-any-js = [ {file = "django-any-js-1.1.tar.gz", hash = "sha256:2972946902ba049f73bf8bb87e0a0118f77a8c9dca89438f193598bff758422f"}, diff --git a/pyproject.toml b/pyproject.toml index 5be4ec10eca419656fd3ac41e7c4be66344bcb31..dd63976d3461919613805509a6867d9ba808d2df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ django-cachalot = "^2.3.2" django-prometheus = "^2.1.0" django-model-utils = "^4.0.0" bs4 = "^0.0.1" -django-allauth = "^0.46.0" +django-allauth = "^0.47.0" django-uwsgi-ng = "^1.1.0" django-extensions = "^3.1.1" ipython = "^7.20.0"