From 84c1d7d89641d64c57ef04d0c2c5b517f7c9442a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:40:26 +0000 Subject: [PATCH] Bump ruff from 0.3.0 to 0.4.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.0 to 0.4.7. - [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.0...v0.4.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- {{ cookiecutter.project_slug }}/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_slug }}/dev-requirements.txt b/{{ cookiecutter.project_slug }}/dev-requirements.txt index f85b6be..c07f45c 100644 --- a/{{ cookiecutter.project_slug }}/dev-requirements.txt +++ b/{{ cookiecutter.project_slug }}/dev-requirements.txt @@ -62,7 +62,7 @@ pytest-mypy==0.10.3 # via datahub (pyproject.toml) pyyaml==6.0.1 # via pre-commit -ruff==0.3.0 +ruff==0.4.7 # via datahub (pyproject.toml) typing-extensions==4.9.0 # via mypy