From c291790b921e399f9bd65cd76a3c47c25ceb4aae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:10:53 +0000 Subject: [PATCH] Update python-kacl requirement from <0.7.0,>0.6.0 to >0.6.0,<0.8.0 Updates the requirements on [python-kacl](https://gitlab.com/schmieder.matthias/python-kacl) to permit the latest version. - [Changelog](https://gitlab.com/schmieder.matthias/python-kacl/blob/main/CHANGELOG.md) - [Commits](https://gitlab.com/schmieder.matthias/python-kacl/compare/v0.6.1...v0.7.0) --- updated-dependencies: - dependency-name: python-kacl dependency-version: 0.7.0 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 f35dd8c..8c3f852 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -147,6 +147,6 @@ dev = [ "pre-commit>=3.8.0,<4.0.0", "pycln>=2.6.0,<3.0.0", "pytest>9.0.0,<10.0.0", - "python-kacl>0.6.0,<0.7.0", + "python-kacl>0.6.0,<0.8.0", "tqdm>=4.67.0,<5.0.0", ]