From 77da1f387261e8d2ea2cd56f4c3b39daa0c1760a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:26:54 +0000 Subject: [PATCH] :arrow_up: Bump ruff in the production-dependencies group Bumps the production-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.6.2 to 0.6.3 - [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/0.6.2...0.6.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 802c32f6f8..ee20e04b88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ lint = [ "mypy==1.11.2", "pandas-stubs==2.2.2.240807", "pydantic==2.8.2", - "ruff==0.6.2", + "ruff==0.6.3", "types-appdirs==1.4.3.5", "types-chevron==0.14.2.20240310", "types-pytz==2024.1.0.20240417",