From 5467aa399d25437299a8da61ae81b5aa693a8b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:37:44 +0100 Subject: [PATCH] Bump ruff from 0.2.1 to 0.2.2 (#4904) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.2.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.2.1...v0.2.2) --- 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> --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index c2e13daa3..f5b843522 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -6,7 +6,7 @@ pytest-asyncio==0.23.3 pytest-cov==4.1.0 pytest-timeout==2.2.0 pytest==7.4.4 -ruff==0.2.1 +ruff==0.2.2 time-machine==2.13.0 typing_extensions==4.9.0 urllib3==2.2.1