From e24fce4df7f545f2b6d7d3c8f964faec5c7dd8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 05:53:25 +0000 Subject: [PATCH] Update wrapt requirement from ~=1.16.0 to >=1.16,<1.18 Updates the requirements on [wrapt](https://github.com/GrahamDumpleton/wrapt) to permit the latest version. - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](https://github.com/GrahamDumpleton/wrapt/compare/1.16.0...1.17.0) --- updated-dependencies: - dependency-name: wrapt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a813423..684f57cb 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.16,<1.18", "chardet~=5.2.0", "setuptools~=75.0", ]