From b6fafadd46e26ab1ca8004f3726b6df94e04fb1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 07:18:44 +0000 Subject: [PATCH] Bump ruff from 0.4.1 to 0.4.4 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.1 to 0.4.4. - [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.4) --- 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 8f7f43e0..b9f69150 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [] [project.optional-dependencies] -dev = ["pre-commit == 3.7.0", "ruff == 0.4.1", "mypy == 1.9.0"] +dev = ["pre-commit == 3.7.0", "ruff == 0.4.4", "mypy == 1.9.0"] doc = ["mkdocs == 1.6.0", "mkdocs-material == 9.5.18", "mkdocstrings == 0.24.3"] diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 55e281d1..359c571d 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -24,7 +24,7 @@ pre-commit==3.7.0 # via isocodes (pyproject.toml) pyyaml==6.0.1 # via pre-commit -ruff==0.4.1 +ruff==0.4.4 # via isocodes (pyproject.toml) tomli==2.0.1 # via mypy