Skip to content

Commit d8efc79

Browse files
Bump matplotlib from 3.5.1 to 3.6.0
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.5.1...v3.6.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9071331 commit d8efc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
],
3333
extras_require={
3434
"dev": [
35-
"matplotlib==3.5.1",
35+
"matplotlib==3.6.0",
3636
"pillow==9.2.0",
3737
"pyvoronoi==1.0.7",
3838
"shapely==1.8.2",
3939
],
4040
"test": [
4141
"ddt==1.5.0",
42-
"matplotlib==3.5.1",
42+
"matplotlib==3.6.0",
4343
"mock==4.0.3",
4444
"nose==1.3.7",
4545
"pillow==9.2.0",

0 commit comments

Comments
 (0)