From 5a16f89ac65414fa54fbf932bcb1d041aabfe899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 10:14:21 +0000 Subject: [PATCH] Bump matplotlib from 3.2.2 to 3.4.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.2.2 to 3.4.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.2.2...v3.4.0) 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 95ba0ef..b0dfd15 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" and python_version == "3.6" -matplotlib<3.4.0,>=3.2.2; platform_machine != "aarch64" or python_version > "3.6" +matplotlib>=3.2.2,<3.5.0; platform_machine != "aarch64" or python_version > "3.6" typing-extensions>=3.7.4.3 diff --git a/tests/requirements.txt b/tests/requirements.txt index 2f3785e..888ffec 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,7 +3,7 @@ coverage>=5.1 coverage-pyver-pragma>=0.2.1 domdf-python-tools[testing]>=2.0.1 iniconfig!=1.1.0,>=1.0.1 -matplotlib==3.2.2; platform_machine == "aarch64" and python_version == "3.6" +matplotlib==3.4.0; platform_machine == "aarch64" and python_version == "3.6" pytest>=6.0.0 pytest-cov>=2.8.1 pytest-mpl>=0.11