From 6dbce52cecb59eb178f8660bf0bc07fb676b7465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:26:43 +0000 Subject: [PATCH] Bump wrapt from 1.17.3 to 2.0.0 Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.17.3 to 2.0.0. - [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.17.3...2.0.0) --- updated-dependencies: - dependency-name: wrapt dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2de234d..5b6c15f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,5 +22,5 @@ pytest-cov==7.0.0 tomli==2.3.0 tomlkit==0.13.3 typing_extensions==4.15.0 -wrapt==1.17.3 +wrapt==2.0.0 zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability