From 1c937dd95f34f574254227a1bc09666ac505dc37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:36:29 +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 9a813423..457fe40a 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", ]