From 0834291b91cbc9dffbf00876466fc543a7cd2ee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:28:08 +0000 Subject: [PATCH] build(deps-dev): update pyclean requirement from ^2.2.0 to >=2.2,<4.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 e1daa48..efde80c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pytest-benchmark = "^4.0.0" pycryptodome = "^3.19.1" pre-commit = "^3.0.3" coverage = "^7.2.7" -pyclean = "^2.2.0" +pyclean = ">=2.2,<4.0" pytest = "^7.2.1" black = ">=23.1,<25.0" tqdm = "^4.66.1"