From f23508e6fbacc72a11570b1fe5a6016fafefdbee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:08:49 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from ^0.5.0 to ^0.6.9 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/0.5.0...0.6.9) --- 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 d51b4d7..b927f40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ coverage = "^7.5.3" [tool.poetry.dev-dependencies] pytest = "^8.2.2" -ruff = "^0.5.0" +ruff = "^0.6.9" [tool.poetry.scripts] slotBooker = "slotbooker.main:main"