From c749e165269768992ef0bc44105cc4c1ba86728b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:28:18 +0000 Subject: [PATCH] :arrow_up: update ruff requirement from ~=0.3.3 to ~=0.4.2 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.3.3...v0.4.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f66c55f5..f2554ca6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ doc = [ "mkdocstrings[python] ~= 0.24.0", "mkdocs-macros-plugin ~= 1.0.4", ] -lint = ["ruff ~= 0.3.3", "mypy ~= 1.4.1"] +lint = ["ruff ~= 0.4.2", "mypy ~= 1.4.1"] dev = ["semver ~= 2.13.0", "typer ~= 0.4.1", "ipython ~= 7.16.1"] [project.urls]