From 488ab89c38f2f984b12b52f16e95f1d111c4e6b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 06:38:32 +0000 Subject: [PATCH] Bump ruff from 0.3.0 to 0.3.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.0 to 0.3.2. - [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.3.0...v0.3.2) --- 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 748e8ce2..4406cb9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ test = [ "pyserial-asyncio-fast==0.11", "pytest==8.1.0", "pytest-asyncio==0.23.5.post1", - "ruff==0.3.0", + "ruff==0.3.2", "tox==4.13.0", "types-pyserial==3.5.0.20240311" ] diff --git a/requirements_test.txt b/requirements_test.txt index ac133faa..076a75df 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,7 +5,7 @@ pre-commit==3.6.2 pyserial-asyncio-fast==0.11 pytest==8.1.0 pytest-asyncio==0.23.5.post1 -ruff==0.3.0 +ruff==0.3.2 tomli==2.0.1 tox==4.13.0 types-pyserial==3.5.0.20240311