From 8c03a6a8f3d833b5accc63651c79f60697162e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 14:03:15 +0000 Subject: [PATCH] Bump ruff from 0.0.291 to 0.1.3 (#834) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Christie --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 255c3221..74daf197 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ twine # Tests & Linting black==23.10.1 coverage[toml]==7.3.0 -ruff==0.0.291 +ruff==0.1.3 mypy==1.5.1 trio-typing==0.9.0 types-certifi==2021.10.8.3