From 4ffff12da033d668de949c15fd6fde9781f63e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:41:16 +0000 Subject: [PATCH] :arrow_up: Bump ruff from 0.1.3 to 0.1.6 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.3 to 0.1.6. - [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.3...v0.1.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37c643b5..91b5436d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ repository = "https://github.com/HLasse/textdescriptives" documentation = "https://hlasse.github.io/TextDescriptives/" [project.optional-dependencies] -style = ["black==23.9.1", "pre-commit==3.5.0", "ruff==0.1.3", "mypy==1.6.1"] +style = ["black==23.9.1", "pre-commit==3.5.0", "ruff==0.1.6", "mypy==1.6.1"] tests = ["pytest>=7.1.3", "pytest-cov>=3.0.0"] docs = [ "sphinx>=5.3.0",