From da3f9c53826f36023c41fd954d31e397578c2d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:46:15 +0000 Subject: [PATCH] Bump ruff from 0.4.1 to 0.4.8 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.1 to 0.4.8. - [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.4.1...v0.4.8) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2ea07c1..51ec6ec5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [] [project.optional-dependencies] -dev = ["pre-commit == 3.7.1", "ruff == 0.4.1", "mypy == 1.9.0"] +dev = ["pre-commit == 3.7.1", "ruff == 0.4.8", "mypy == 1.9.0"] doc = ["mkdocs == 1.6.0", "mkdocs-material == 9.5.26", "mkdocstrings == 0.24.3"] diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 744394d9..e95fa15d 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -24,7 +24,7 @@ pre-commit==3.7.1 # via isocodes (pyproject.toml) pyyaml==6.0.1 # via pre-commit -ruff==0.4.1 +ruff==0.4.8 # via isocodes (pyproject.toml) tomli==2.0.1 # via mypy