From 328a0aceedf1201c24e10c5792795694b0de5ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:04:41 +0000 Subject: [PATCH] Bump ruff from 0.1.9 to 0.1.15 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.9 to 0.1.15. - [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.1.9...v0.1.15) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84ca615..dda8973 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ test = [ "pytest-asyncio", "aiosqlite", "anyio[trio] >= 3.2.1", - "ruff ==0.1.9", + "ruff ==0.1.15", "mypy == 1.8.0", "autoflake", "ellar-cli >= 0.3.3",