From 792cc288c3923df11cd6b3890d9b4c2eda5be273 Mon Sep 17 00:00:00 2001 From: mraniki Date: Sat, 23 Sep 2023 07:40:04 +0200 Subject: [PATCH] =?UTF-8?q?Update=20dynaconf=20version=20to=20"\u000fL?= =?UTF-8?q?=CB=8C=EF=BF=BD=EF=BF=BD\b=EF=BF=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66f4adbe..17a36f94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.dependencies] python = "^3.10" -dynaconf = "3.1.12" +dynaconf = ">=3.2.0" loguru = ">=0.6.0" httpx = ">=0.24.1" js2py = "^0.74"