From 0b1e3b677f919ed73b5718adeba054256b4d845d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 03:13:53 +0000 Subject: [PATCH] Bump wrapt from 1.14.0 to 1.15.0 Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.14.0 to 1.15.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.0...1.15.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 5cc1ce02c..f02560a4f 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.15.0 ; python_version == '2.7' # extension build tests freezegun