From 631c708a130cd858565da00a12adbb2c9b197071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 02:23:51 +0000 Subject: [PATCH] Bump wrapt from 1.14.0 to 1.14.1 Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.14.0 to 1.14.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.14.0...1.14.1) --- updated-dependencies: - dependency-name: wrapt dependency-type: direct:production update-type: version-update:semver-patch ... 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 5cc1ce02c..d8511f159 100644 --- a/build/test-requirements.txt +++ b/build/test-requirements.txt @@ -25,7 +25,7 @@ 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.14.0 ; python_version == '2.7' +wrapt==1.14.1 ; python_version == '2.7' # extension build tests freezegun