From d346cc01a951b708bb0734e5433260068d802a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:55:31 +0100 Subject: [PATCH] chore(deps-dev): bump ruff from 0.0.285 to 0.1.3 (#58) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.285 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.285...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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8876f2b..47390cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ "mypy >=1.0.0", "flake8 >=4.0.0,<5.0.0", "isort >=5.0.0,<7.0.0", - "ruff ==0.0.285", + "ruff ==0.1.3", "types-requests >=2.20.0,<3.0.0", "types-PyYAML >=6.0.0,<7.0.0", "wheel >=0.40.0",