File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ https://semver.org/spec/v2.0.0.html
3838 - Upgrade upper limit for ` pyproj ` to 3.8.
3939 - Upgrade lower limit for ` pyshp ` to 2.0.
4040- Update optional library dependencies:
41- - Upgrade lower limit for ` pillow ` to 10.3 due to
42- vulnerabilities [ CVE-2023 -50447] and [ CVE-2024 -28219] .
43- - Upgrade upper limit for ` pillow ` to 11.3.
4441 - Upgrade upper limit for ` OWSLib ` to 0.35.
4542- Update build dependencies:
4643 - Upgrade lower limit for ` setuptools ` to 67.0.
@@ -83,6 +80,8 @@ https://semver.org/spec/v2.0.0.html
8380- Deprecated use of ` setup_requires ` in ` setup.py ` file.
8481- Deprecated ` bdist_wheel.universal ` option when building wheels.
8582- Configuration of ` sdist ` format as zip (replaced by default tar.gz).
83+ - Remove ` pillow ` as optional dependency, since it is now a transitive
84+ dependency through ` matplotlib >= 3.3 ` .
8685
8786## [ 1.4.1] - 2024-02-15
8887
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -221,8 +221,6 @@ def run(self):
221221 get_content ("dep/requirements-test.txt" , splitlines = True ),
222222 "owslib" :
223223 get_content ("dep/requirements-owslib.txt" , splitlines = True ),
224- "pillow" :
225- get_content ("dep/requirements-pillow.txt" , splitlines = True ),
226224 },
227225 "cmdclass" : {
228226 "sdist" : basemap_sdist ,
You can’t perform that action at this time.
0 commit comments