From 34658854f63f29340763813c722f92ec1407e558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 23:03:59 +0000 Subject: [PATCH] Bump decorator from 5.1.1 to 5.2.1 in /tools Bumps [decorator](https://github.com/micheles/decorator) from 5.1.1 to 5.2.1. - [Release notes](https://github.com/micheles/decorator/releases) - [Changelog](https://github.com/micheles/decorator/blob/5.2.1/CHANGES.md) - [Commits](https://github.com/micheles/decorator/compare/5.1.1...5.2.1) --- updated-dependencies: - dependency-name: decorator dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 6b46d4e..2757682 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -13,7 +13,7 @@ cffi==1.15.0 charset-normalizer==2.0.12 click==8.1.2 debugpy==1.6.0 -decorator==5.1.1 +decorator==5.2.1 defusedxml==0.7.1 entrypoints==0.4 executing==0.8.3