From 2bda7876c96d8016f82073924b00cea3258666c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:03:36 +0000 Subject: [PATCH] Bump wrapt from 1.17.0 to 1.17.1 Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.17.0 to 1.17.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/1.17.0...1.17.1) --- updated-dependencies: - dependency-name: wrapt 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 81de6ce0..0d435636 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,5 +22,5 @@ pytest-cov==6.0.0 tomli==2.2.1 tomlkit==0.13.2 typing_extensions==4.12.2 -wrapt==1.17.0 +wrapt==1.17.1 zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability