From 79fa6bf0dfcf3820d1ae7e52a2d268f33022c5a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:40:41 +0400 Subject: [PATCH] Bump ruff from 0.1.9 to 0.2.1 (#881) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.9 to 0.2.1. - [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.1.9...v0.2.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd7c5e67..71cf2164 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ twine # Tests & Linting coverage[toml]==7.4.1 -ruff==0.1.9 +ruff==0.2.1 mypy==1.8.0 trio-typing==0.10.0 types-certifi==2021.10.8.3