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
38
38
- Upgrade upper limit for ` pyproj ` to 3.8.
39
39
- Upgrade lower limit for ` pyshp ` to 2.0.
40
40
- 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.
44
41
- Upgrade upper limit for ` OWSLib ` to 0.35.
45
42
- Update build dependencies:
46
43
- Upgrade lower limit for ` setuptools ` to 67.0.
@@ -83,6 +80,8 @@ https://semver.org/spec/v2.0.0.html
83
80
- Deprecated use of ` setup_requires ` in ` setup.py ` file.
84
81
- Deprecated ` bdist_wheel.universal ` option when building wheels.
85
82
- 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 ` .
86
85
87
86
## [ 1.4.1] - 2024-02-15
88
87
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -221,8 +221,6 @@ def run(self):
221
221
get_content ("dep/requirements-test.txt" , splitlines = True ),
222
222
"owslib" :
223
223
get_content ("dep/requirements-owslib.txt" , splitlines = True ),
224
- "pillow" :
225
- get_content ("dep/requirements-pillow.txt" , splitlines = True ),
226
224
},
227
225
"cmdclass" : {
228
226
"sdist" : basemap_sdist ,
You can’t perform that action at this time.
0 commit comments