From 0bdb06594d18c7bd70540daad85e770fbe206b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:35:47 +0000 Subject: [PATCH] Bump matplotlib from 3.2.2 to 3.9.2 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.2.2 to 3.9.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.2.2...v3.9.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1881e8e..26b3e3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cawdrey>=0.3.0 domdf-python-tools>=1.7.0 matplotlib>=3.2.2; platform_machine != "aarch64" or python_version > "3.6" -matplotlib==3.2.2; platform_machine == "aarch64" and python_version == "3.6" +matplotlib==3.9.2; platform_machine == "aarch64" and python_version == "3.6" typing-extensions>=3.7.4.3 diff --git a/tests/requirements.txt b/tests/requirements.txt index a266069..dc2a01a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ coverage-pyver-pragma>=0.2.1 domdf-python-tools[testing]>=2.0.1 importlib-metadata>=3.6.0 iniconfig!=1.1.0,>=1.0.1 -matplotlib==3.2.2; platform_machine == "aarch64" and python_version == "3.6" +matplotlib==3.9.2; platform_machine == "aarch64" and python_version == "3.6" pytest>=6.0.0 pytest-cov>=2.8.1 pytest-mpl>=0.11