From aa87514a3888f43f6bd669a8ad5601284a159581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 16:37:40 +0000 Subject: [PATCH] Update matplotlib requirement from ==3.8.* to ==3.9.* 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.8.0rc1...v3.9.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 91bdb732b..a70f425d8 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -4,7 +4,7 @@ Flask_Limiter == 3.6.* imutils == 0.5.* joserfc == 0.9.* markupsafe == 2.1.* -matplotlib == 3.8.* +matplotlib == 3.9.* mypy == 1.6.1 numpy == 1.26.* onvif_zeep == 0.2.12