From 022d97a0b870967b41511ed72a06d1b2c591aaa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:41:01 +0000 Subject: [PATCH] chore(deps-dev): 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/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.192...v0.0.290) --- 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 0fd4c45..ce8277f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest-asyncio = "^0.20.3" pytest-mock = "^3.10.0" vulture = "^2.7" yamllint = "^1.29.0" -ruff = ">=0.0.192,<0.0.273" +ruff = ">=0.0.192,<0.0.291" [tool.pytest.ini_options] addopts = "--cov --cov-report term-missing --cov-report xml --cov=here_routing tests"