From 48f120bcd854a9e7517ab5dd2752b5b9c83669f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 03:03:05 +0000 Subject: [PATCH 1/2] Bump matplotlib from 3.2.2 to 3.5.2 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.2.2 to 3.5.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.2.2...v3.5.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 95ba0ef..fdfc11c 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.6.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 a266069..0d44b25 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.5.2; platform_machine == "aarch64" and python_version == "3.6" pytest>=6.0.0 pytest-cov>=2.8.1 pytest-mpl>=0.11 From b7ac118808b6bf637aa9dead04854f9c9b005d49 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 03:03:21 +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 fdfc11c..ce0c437 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.6.0; platform_machine != "aarch64" or python_version > "3.6" +matplotlib<3.6.0,>=3.2.2; platform_machine != "aarch64" or python_version > "3.6" typing-extensions>=3.7.4.3