From 50d0e8df6de09b472b682d70e94040d5d5bd6fd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:38:33 +0000 Subject: [PATCH] Update dependency wrapt to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35f01909..0dcadb87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "PyYAML~=6.0.0", "toml~=0.10.2", "tomlkit~=0.13.0", - "wrapt~=1.17.0", + "wrapt~=2.0.0", "chardet~=5.2.0", "sarif-pydantic~=0.6.1", "setuptools~=80.0",