From 77aac8e3172fbd4cdbc789b6145a67566f700de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:12:46 +0000 Subject: [PATCH] Bump wrapt from 2.0.0 to 2.0.1 Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 2.0.0 to 2.0.1. - [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/2.0.0...2.0.1) --- updated-dependencies: - dependency-name: wrapt dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dfdd391..e994a16 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==2.0.0 +wrapt==2.0.1 zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability