From a33b26d646c841001c94161cad60352eef0aae4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:09:46 +0000 Subject: [PATCH] Bump ruff from 0.7.1 to 0.7.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.1 to 0.7.3. - [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.7.1...0.7.3) --- 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 13c281da..b8e426d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "pyserial-asyncio-fast==0.14", "pytest==8.3.3", "pytest-asyncio==0.24.0", - "ruff==0.7.1", + "ruff==0.7.3", "tox==4.23.2", "types-pyserial==3.5.0.20240826" ] diff --git a/requirements_test.txt b/requirements_test.txt index 26eb4a97..126e332c 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.3 -ruff==0.7.1 +ruff==0.7.3 tomli==2.0.2 tox==4.23.2 types-pyserial==3.5.0.20240826