From bbf05dbf52bdc3c1c805a7e51524194f671fad46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 07:00:08 +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 3039880d4..64a720d4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "semgrep>=1.96,<1.97", "toml~=0.10.2", "tomlkit~=0.13.0", - "wrapt~=1.16.0", + "wrapt~=1.17.0", "chardet~=5.2.0", "setuptools~=75.0", ]