From 1ee842bc51f1fd53c2fa7fa31f68f21e985200ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 11:09:36 +0000 Subject: [PATCH] Update matplotlib requirement from ==3.6.* to ==3.7.* 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.6.0rc1...v3.7.1) --- 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 f20dd4c6d..dd112a40d 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -1,7 +1,7 @@ click == 8.1.* Flask == 2.2.* imutils == 0.5.* -matplotlib == 3.6.* +matplotlib == 3.7.* mypy == 0.942 numpy == 1.23.* onvif_zeep == 0.2.12