From bac5a4bfcde91b5117b30c99ed4e71dff0ab3809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:35:20 +0000 Subject: [PATCH] build(deps-dev): update pyclean requirement from ^2.7.6 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.7.6...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 12f75a9..cce1f29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ langchain = "^0.1.2" black = "^24.1.1" ruff = "^0.2.1" pytest = "^8.0.0" -pyclean = "^2.7.6" +pyclean = "^3.0.0" pytest-cov = "^4.1.0" coverage = "^7.4.1"