From 762172d2b8712384c23a9f8f4cfcab50bcce8a9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 22:51:16 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F(deps):=20update=20depend?= =?UTF-8?q?ency=20ruff=20to=20>=3D0.0.285,<0.0.286?= 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 c30b940..64d9812 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ emoji = "^2.5.1" [tool.poetry.group.dev.dependencies] python-semantic-release = "^8.0.2" -ruff = ">=0.0.284,<0.0.285" +ruff = ">=0.0.285,<0.0.286" [tool.ruff] select = [ From 1be06730dec0f12117dc44d6f03db84266ced9b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 17 Aug 2023 22:52:12 +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 40c2372..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.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.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"