From b37fef825b1d6eb3cea8a7fbaae48fe5f50ce10d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 08:16:03 +0100 Subject: [PATCH] Bump ruff from 0.8.3 to 0.8.4 (#544) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.3 to 0.8.4. - [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.8.3...0.8.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d337fc9f..058c449d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ requirements-test = [ "pytest-asyncio==0.25.0", "pytest-cov==6.0.0", "respx==0.22.0", - "ruff==0.8.3", + "ruff==0.8.4", "types-xmltodict==v0.14.0.20241009", ] requirements-dev = [