From 2a705cbf2b50fca2343fb9c33aa040559e243528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:43:31 +0000 Subject: [PATCH] Update matplotlib requirement from ==3.7.* to ==3.8.* in /docker/main 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.7.0rc1...v3.8.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index e01b4a15a..4b1ebd2ca 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -1,7 +1,7 @@ click == 8.1.* Flask == 2.3.* imutils == 0.5.* -matplotlib == 3.7.* +matplotlib == 3.8.* mypy == 1.4.1 numpy == 1.23.* onvif_zeep == 0.2.12