From af23ced4703d89a8d58e2ac7b9783124286a953b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 06:36:27 +0000 Subject: [PATCH 1/2] Bump matplotlib from 3.2.2 to 3.4.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.2.2 to 3.4.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.2.2...v3.4.1) 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..e3e2ae6 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.1; platform_machine == "aarch64" and python_version == "3.6" pytest>=6.0.0 pytest-cov>=2.8.1 pytest-mpl>=0.11 From df6c2aba58ffd5c2f3d268901648ec9631af8738 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 06:36:39 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b0dfd15..0fa9fac 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.2.2,<3.5.0; platform_machine != "aarch64" or python_version > "3.6" +matplotlib<3.5.0,>=3.2.2; platform_machine != "aarch64" or python_version > "3.6" typing-extensions>=3.7.4.3