From 744f53fe2aef5d4dd1179c9a50e719dd18add778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 04:06:38 +0000 Subject: [PATCH 1/2] :arrow_up: Dep: Update loguru requirement from ^0.6.0 to >=0.6,<0.8 Updates the requirements on [loguru](https://github.com/Delgan/loguru) to permit the latest version. - [Release notes](https://github.com/Delgan/loguru/releases) - [Changelog](https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst) - [Commits](https://github.com/Delgan/loguru/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: loguru dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2010fe..d63fab2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" dynaconf = "^3.1.12" -loguru = "^0.6.0" +loguru = ">=0.6,<0.8" pyparsing = "^3.0.9" emoji = "^2.5.1" From 78977205d02712c85cc9b2c5a91a1f5b297d78f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 21 Aug 2023 04:07:44 +0000 Subject: [PATCH 2/2] Update Requirements --- .requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.requirements/requirements.txt b/.requirements/requirements.txt index 5380f3b..90e4566 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.8.0 ; python_version >= "3.10" and python_version < "4.0" -loguru==0.6.0 ; python_version >= "3.10" and python_version < "4.0" +loguru==0.7.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"