From afcf3fa208d259c682f0500c3a08d91d82c93967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:42:03 +0000 Subject: [PATCH] Bump ruff from 0.0.291 to 0.1.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.291 to 0.1.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/v0.0.291...v0.1.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad4ec0084c..d42666a4ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ black==23.10.1 coverage==7.3.1 importlib-metadata==6.8.0 mypy==1.5.1 -ruff==0.0.291 +ruff==0.1.3 typing_extensions==4.8.0 types-contextvars==2.4.7.3 types-PyYAML==6.0.12.12