From d7c22dbf6658ccbc383dde2354b4c09c7c5f67d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:21:23 +0000 Subject: [PATCH] Bump wrapt from 1.14.1 to 1.16.0 in /src Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.14.1 to 1.16.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.14.1...1.16.0) --- updated-dependencies: - dependency-name: wrapt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index f04931a..978d2ef 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -84,7 +84,7 @@ virtualenv==20.16.7 # via # -r src/requirements.txt # pre-commit -wrapt==1.14.1 +wrapt==1.16.0 # via # -r src/requirements.txt # astroid