From b29c60c44a057d7d0bab76c47af9594012bb228b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 13:44:11 +0000 Subject: [PATCH] Bump in-toto from 0.2.3 to 2.0.0 in /stackstate_checks_dev Bumps [in-toto](https://github.com/in-toto/in-toto) from 0.2.3 to 2.0.0. - [Release notes](https://github.com/in-toto/in-toto/releases) - [Changelog](https://github.com/in-toto/in-toto/blob/develop/CHANGELOG.md) - [Commits](https://github.com/in-toto/in-toto/compare/0.2.3...v2.0.0) --- updated-dependencies: - dependency-name: in-toto dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- stackstate_checks_dev/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackstate_checks_dev/setup.py b/stackstate_checks_dev/setup.py index 0ee0d127..3fc5106a 100644 --- a/stackstate_checks_dev/setup.py +++ b/stackstate_checks_dev/setup.py @@ -77,7 +77,7 @@ 'click', 'colorama', 'datadog-a7', - 'in-toto==0.2.3', + 'in-toto==2.0.0', 'pip-tools==7.3.0', 'pylint==2.17.2', 'lazy_object_proxy<=1.12.0',