From b10efdb79cf3bc5bb81e123eb1003e246a7d63f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:04:27 +0000 Subject: [PATCH 1/2] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencies:?= =?UTF-8?q?=20Update=20ruff=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.284...v0.0.286) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ff73463..0fb62a6e 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.284,<0.0.287" [tool.ruff] select = [ From 9444b31467576ece945631d0c0170b67caa322f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 28 Aug 2023 04:05:41 +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 5380f3b3..fcc8bff1 100644 --- a/.requirements/requirements.txt +++ b/.requirements/requirements.txt @@ -1,5 +1,5 @@ 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" +dynaconf==3.2.2 ; 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"