From 121fea15f50dc7284a70f2b073813ed3578ac586 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 15:52:58 +0000 Subject: [PATCH] Update dependency poetry to v1.8.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18a56721..3a918473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ Django = {version = "^4.0.0"} check-manifest = {version = "^0.48", python = "^3.6"} bump2version = {version = "^1.0.0", python = "^3.6"} git-changelog = {version = "^1.0.0", python = "^3.6.2"} -poetry = "=1.1.14" +poetry = "=1.8.2" sphinx = "=4.5.0" sphinx-autobuild = "^2021.0.0" sphinx_rtd_theme = "^1.0.0"