From 0ec34d6c44876a14ae674744e58f2f03f5701df4 Mon Sep 17 00:00:00 2001 From: Dani Hodovic Date: Tue, 25 Jun 2024 16:42:18 -0300 Subject: [PATCH] docs: sample_deployment to use django-allauth-ui 1.1.2 (#83) --- sample_deployment/poetry.lock | 8 ++++---- sample_deployment/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sample_deployment/poetry.lock b/sample_deployment/poetry.lock index 4e0531d..c966339 100644 --- a/sample_deployment/poetry.lock +++ b/sample_deployment/poetry.lock @@ -309,13 +309,13 @@ steam = ["python3-openid (>=3.0.8)"] [[package]] name = "django-allauth-ui" -version = "1.1.1" +version = "1.1.2" description = "" optional = false python-versions = "<4.0.0,>=3.8" files = [ - {file = "django_allauth_ui-1.1.1-py3-none-any.whl", hash = "sha256:46871fe85b5f767a8acdb482341303e7d39efa1699e8bda31d527435d4bacd77"}, - {file = "django_allauth_ui-1.1.1.tar.gz", hash = "sha256:ade92789f9c0896e2fef4740d2dd1565ada977941736da5f4c36729384bb073a"}, + {file = "django_allauth_ui-1.1.2-py3-none-any.whl", hash = "sha256:0cf64e2e4debb87b58abfedd6e3528d5aa070fe78dd70a2220870523174ca3dc"}, + {file = "django_allauth_ui-1.1.2.tar.gz", hash = "sha256:b017cdf9e0d321f2ae4a0861d4f8b4f68b4c6b086b2809918fefc87b32e9bb86"}, ] [package.dependencies] @@ -1467,4 +1467,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1d506e67aab9b0df6fee3836a80f3b1e95a8d9f1af4e487f0a222bf0f32f6c1a" +content-hash = "013ec67a22e675bd331621585771928b519bc8415e5ba3dbebf6fa60432b631d" diff --git a/sample_deployment/pyproject.toml b/sample_deployment/pyproject.toml index 525742d..67bc4ab 100644 --- a/sample_deployment/pyproject.toml +++ b/sample_deployment/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -django-allauth-ui = "^1.1.1" +django-allauth-ui = "^1.1.2" gunicorn = "^22.0.0" django-allauth = "^0.63.3" django-widget-tweaks = "^1.5.0"