From 36062f884d9974cb51c6efafbf1ac7ca5f53b159 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:14:48 +0000 Subject: [PATCH] Update dependency wrapt to ~=1.17.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74cd7895b..206c4d4c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "semgrep>=1.97,<1.98", "toml~=0.10.2", "tomlkit~=0.13.0", - "wrapt~=1.16.0", + "wrapt~=1.17.0", "chardet~=5.2.0", "setuptools~=75.0", ]