From 3a46a5c1b1228a3aec463223044eb151dbd624a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:31:46 +0000 Subject: [PATCH] Bump green from 4.0.0 to 4.0.1 Bumps [green](https://github.com/CleanCut/green) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/CleanCut/green/releases) - [Changelog](https://github.com/CleanCut/green/blob/main/CHANGELOG.md) - [Commits](https://github.com/CleanCut/green/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: green 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 2e586a8..2d6dc52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dev = [ "bandit == 1.7.8", "coverage == 7.4.3", "fixit == 2.1.0", - "green == 4.0.0", + "green == 4.0.1", "mypy == 1.8.0", "pip == 24.0", "ruff == 0.3.2",