From d1213c67893aee13da04165c66db1177415ff156 Mon Sep 17 00:00:00 2001 From: mraniki Date: Fri, 18 Aug 2023 10:30:03 +0200 Subject: [PATCH 1/2] :recycle::arrow_up:dep downgrade --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c30b940..8e5e5c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" dynaconf = "^3.1.12" -loguru = "^0.7.0" +loguru = "^0.6.0" pyparsing = "^3.0.9" emoji = "^2.5.1" From daebaeddf82c163eab8b66e0f18989e46b648d7d Mon Sep 17 00:00:00 2001 From: mraniki Date: Fri, 18 Aug 2023 08:32:54 +0000 Subject: [PATCH 2/2] Update Requirements --- .requirements/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.requirements/requirements.txt b/.requirements/requirements.txt index 40c2372..5380f3b 100644 --- a/.requirements/requirements.txt +++ b/.requirements/requirements.txt @@ -1,6 +1,6 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" dynaconf==3.2.1 ; python_version >= "3.10" and python_version < "4.0" -emoji==2.7.0 ; python_version >= "3.10" and python_version < "4.0" -loguru==0.7.0 ; python_version >= "3.10" and python_version < "4.0" +emoji==2.8.0 ; python_version >= "3.10" and python_version < "4.0" +loguru==0.6.0 ; python_version >= "3.10" and python_version < "4.0" pyparsing==3.1.1 ; python_version >= "3.10" and python_version < "4.0" win32-setctime==1.1.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"