From 879b3952ae6a6b83ad1e21d965e20a592d7e2e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:27:56 -0400 Subject: [PATCH] Bump autoflake from 2.3.0 to 2.3.1 (#526) Bumps [autoflake](https://github.com/PyCQA/autoflake) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: autoflake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6fdc81430..8e1de9680 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ nbtest = [ "nbmake>=1.4.3" ] style = [ - "autoflake==2.3.0", + "autoflake==2.3.1", "black[jupyter]~=24.1", "ruff>=0.0.246", "nbqa>=1.6.0",