From abd6e70453723ababbaa1d6300ed6a97ada10890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 21:03:14 +0000 Subject: [PATCH] Bump wrapt from 1.12.1 to 1.14.0 Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.12.1 to 1.14.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.12.1...1.14.0) --- updated-dependencies: - dependency-name: wrapt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/test-requirements.txt b/build/test-requirements.txt index 03033b7d489b..97b4773ac99a 100644 --- a/build/test-requirements.txt +++ b/build/test-requirements.txt @@ -25,4 +25,4 @@ pytest==4.6.9 ; python_version == '2.7' py==1.10.0 ; python_version == '2.7' # via pytest 4 pathlib2>=2.2.0 ; python_version == '2.7' # via pytest 4 prospector==1.2.0 ; python_version == '2.7' -wrapt==1.12.1 ; python_version == '2.7' +wrapt==1.14.0 ; python_version == '2.7'