From 90cb77c1a52098fd28d22a73c86b9caa5f054a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:15:45 +0000 Subject: [PATCH] Bump ruff from 0.8.1 to 0.8.4 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.1 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.1...0.8.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 018bff54..2d6af3f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "pyserial-asyncio-fast==0.14", "pytest==8.3.4", "pytest-asyncio==0.24.0", - "ruff==0.8.1", + "ruff==0.8.4", "tox==4.23.2", "types-pyserial==3.5.0.20240826" ] diff --git a/requirements_test.txt b/requirements_test.txt index 38a7c44c..aefa4255 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,7 +5,7 @@ pre-commit==4.0.1 pyserial-asyncio-fast==0.14 pytest-asyncio==0.24.0 pytest==8.3.4 -ruff==0.8.1 +ruff==0.8.4 tomli==2.2.1 tox==4.23.2 types-pyserial==3.5.0.20240826