From 8b2e87b4c36e92f8527d6f7a4eac501ae14e7002 Mon Sep 17 00:00:00 2001 From: Dani Hodovic Date: Tue, 21 May 2024 14:53:49 -0300 Subject: [PATCH] fix: upgrade django-allauth-ui to 0.3.2 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5d4d55c..d758b55 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1121,13 +1121,13 @@ steam = ["python3-openid (>=3.0.8)"] [[package]] name = "django-allauth-ui" -version = "0.3.1" +version = "0.3.2" description = "" optional = false python-versions = "<4.0.0,>=3.8" files = [ - {file = "django_allauth_ui-0.3.1-py3-none-any.whl", hash = "sha256:b2f003c59af8cc6b3c86457655a50dfe7c2693ee895caa6ceb7c5be988f24d4a"}, - {file = "django_allauth_ui-0.3.1.tar.gz", hash = "sha256:84d15700e0dd3a6feddc10e270f9e7f2f2a90ab4a59a6a9417e43acae69395a0"}, + {file = "django_allauth_ui-0.3.2-py3-none-any.whl", hash = "sha256:1168254bd53af50e2c17ec850f69e6d277c4a29d3d23c8ba407e1201ba8810c0"}, + {file = "django_allauth_ui-0.3.2.tar.gz", hash = "sha256:19d7ef8ddd30b6102fc077c2828997a3ed0be65ac72ebdf6ac668aee43342035"}, ] [package.dependencies] @@ -4941,4 +4941,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2bcbff38b12d53c4537a2c4e8ff9f7959e3f2b9b450b5b2b3a2d15678169c151" +content-hash = "f2fbdb118ff1c66d19a963aaa0b30f774b53a90c0207bf01e372b1323321e40b" diff --git a/pyproject.toml b/pyproject.toml index 692a0a9..3367b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ django-debug-toolbar = "^3.2.4" celery = "^5.2.3" Django = "^4.0.2" django-celery-beat = "^2.4.0" -django-allauth-ui = "^0.3.1" +django-allauth-ui = "^0.3.2" django-widget-tweaks = "^1.4.12" redis = "^4.1.3" requests = "^2.27.1"