From 5b3944bfa2ecadd2c9e7f76c2bc501512526db91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 12:10:46 +0000 Subject: [PATCH] Update matplotlib requirement from ==3.5.* to ==3.6.* Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.5.0b1...v3.6.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-wheels.txt b/requirements-wheels.txt index 2dd2356cc..b8a7d9122 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -1,7 +1,7 @@ click == 8.1.* Flask == 2.1.* imutils == 0.5.* -matplotlib == 3.5.* +matplotlib == 3.6.* mypy == 0.942 numpy == 1.22.* opencv-python-headless == 4.5.5.*