diff --git a/setup.py b/setup.py index d8d6adc4..9443d29d 100644 --- a/setup.py +++ b/setup.py @@ -32,14 +32,14 @@ ], extras_require={ "dev": [ - "matplotlib==3.5.1", + "matplotlib==3.5.3", "pillow==9.2.0", "pyvoronoi==1.0.7", "shapely==1.8.2", ], "test": [ "ddt==1.5.0", - "matplotlib==3.5.1", + "matplotlib==3.5.3", "mock==4.0.3", "nose==1.3.7", "pillow==9.2.0",