From 80f1e134f4c12b46d8b7b11d15f4ae91d559b634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:12:41 +0000 Subject: [PATCH] deps:(deps-dev): bump ruff from 0.0.292 to 0.1.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.292 to 0.1.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/v0.0.292...v0.1.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d80dec2f..862243c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "cruft", "pyright==1.1.330.post0", "pre-commit==3.4.0", - "ruff==0.0.292", # important that these match the pre-commit hooks + "ruff==0.1.3", # important that these match the pre-commit hooks "black[jupyter]==23.9.1", # important that these match the pre-commit hooks "pandas-stubs", # type stubs for pandas "invoke==2.1.1",