From a6e1e1e13144643f8eb4d700e43a6fb4ae9bdbdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 03:53:13 +0000 Subject: [PATCH] build(deps): update ruff requirement 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/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.263...v0.2.2) --- updated-dependencies: - dependency-name: ruff 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 541f5d7..d0c390e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.9,<4.0" mypy = "^1.2.0" -ruff = ">=0.0.263,<0.2.2" +ruff = ">=0.0.263,<0.2.3" types-PyYAML="^6.0.12.9" types-requests="^2.29.0.0" types-urllib3="^1.26.25.11"