From 4f4df094f164e5033000b2c9dc83bf6da6cdd106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 11:08:53 +0000 Subject: [PATCH 1/2] Bump ruff from 0.0.189 to 0.0.194 Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.189 to 0.0.194. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.189...v0.0.194) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af6ee5a..4c7a04a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = ["jupyter_core>=4.12,!=5.0.*"] [project.optional-dependencies] test = ["pytest>=7.0"] -lint = ["black==22.10.0", "mdformat>0.7", "ruff==0.0.189"] +lint = ["black==22.10.0", "mdformat>0.7", "ruff==0.0.194"] typing = ["mypy>=0.990"] [tool.jupyter-releaser] From ad404ecd6c01c9a1af98ef033373105c04042aa0 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 26 Dec 2022 06:29:31 -0600 Subject: [PATCH 2/2] sync deps --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55e8e74..6351e86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.189 + rev: v0.0.194 hooks: - id: ruff args: ["--fix"]