From fe69f3794cdcb6bd16467ac31469c84e356211e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 04:30:47 +0000 Subject: [PATCH] build(deps-dev): update pyclean requirement from ^2.2.0 to ^3.0.0 Updates the requirements on [pyclean](https://github.com/bittner/pyclean) to permit the latest version. - [Commits](https://github.com/bittner/pyclean/compare/2.2.0...3.0.0) --- updated-dependencies: - dependency-name: pyclean dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcba2f4..6c8fbc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ python = "^3.8" conventional-pre-commit = "^3.0.0" pre-commit = "^3.0.3" coverage = "^7.2.7" -pyclean = "^2.2.0" +pyclean = "^3.0.0" pytest = "^7.2.1" black = "^23.1.0"