From 4acfb19fb17a1e16813174d4b34b45e84e82cc62 Mon Sep 17 00:00:00 2001 From: Cameron Currie Date: Thu, 1 Oct 2015 13:06:46 -0500 Subject: [PATCH 1/2] Add test-requirements.txt --- test-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test-requirements.txt diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..31246d1 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,2 @@ +nose==1.3.7 +wheel==0.24.0 From 74172c7bae6542441e7ab4efb3200c2f35616ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 19:47:46 +0000 Subject: [PATCH 2/2] Bump wheel from 0.24.0 to 0.38.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.24.0 to 0.38.1. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.24.0...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 31246d1..6b8408f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1,2 @@ nose==1.3.7 -wheel==0.24.0 +wheel==0.38.1