Skip to content

Commit 669ac5a

Browse files
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](matplotlib/matplotlib@v3.2.2...v3.4.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent df52af3 commit 669ac5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cawdrey>=0.3.0
22
domdf-python-tools>=1.7.0
33
matplotlib>=3.2.2; platform_machine != "aarch64" or python_version > "3.6"
4-
matplotlib==3.2.2; platform_machine == "aarch64" and python_version == "3.6"
4+
matplotlib==3.4.0; platform_machine == "aarch64" and python_version == "3.6"
55
typing-extensions>=3.7.4.3

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ coverage>=5.1
33
coverage-pyver-pragma>=0.2.1
44
domdf-python-tools[testing]>=2.0.1
55
iniconfig!=1.1.0,>=1.0.1
6-
matplotlib==3.2.2; platform_machine == "aarch64" and python_version == "3.6"
6+
matplotlib==3.4.0; platform_machine == "aarch64" and python_version == "3.6"
77
pytest>=6.0.0
88
pytest-cov>=2.8.1
99
pytest-mpl>=0.11

0 commit comments

Comments
 (0)