From 2626981f7d8a8f1abf8abc2bc72568266724e0cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 04:03:54 +0000 Subject: [PATCH] Bump wrapt from 1.12.1 to 1.13.3 Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.12.1 to 1.13.3. - [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.13.3) --- 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..b0b8b17bc07a 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.13.3 ; python_version == '2.7'