Skip to content

Commit df00513

Browse files
committed
Revert pillow lower pin increase
This upgrade is reverted because PyPI lacks of official `pillow` wheels for the x86 platforms starting with version 10.0.0.
1 parent c3c68b1 commit df00513

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ https://semver.org/spec/v2.0.0.html
2323
- Create optional library requirements file `requirements-full.txt`:
2424
- Move optional dependency `pillow` to optional requirements.
2525
- Upgrade `pillow` upper pin to 10.2.0.
26-
- Upgrade `pillow` lower pin to 10.0.1 for Python 3.8+ due to
27-
vulnerabilities [CVE-2023-4863], [CVE-2023-5129] and
28-
[CVE-2023-44271].
2926
- Update build dependencies:
3027
- Upgrade `Cython` upper pin to 3.1.
3128
- Update doc dependencies:
@@ -1180,12 +1177,6 @@ https://github.com/matplotlib/basemap/compare/v1.0.3rel...v1.0.4rel
11801177
[1.0.3]:
11811178
https://github.com/matplotlib/basemap/tree/v1.0.3rel
11821179

1183-
[CVE-2023-44271]:
1184-
https://nvd.nist.gov/vuln/detail/CVE-2023-44271
1185-
[CVE-2023-5129]:
1186-
https://nvd.nist.gov/vuln/detail/CVE-2023-5129
1187-
[CVE-2023-4863]:
1188-
https://nvd.nist.gov/vuln/detail/CVE-2023-4863
11891180
[CVE-2022-24303]:
11901181
https://nvd.nist.gov/vuln/detail/CVE-2022-24303
11911182
[CVE-2022-22817]:

packages/basemap/requirements-full.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ pillow >= 4.3.0, < 5.0.0; python_version == "3.3"
55
pillow >= 5.4.0, < 6.0.0; python_version == "3.4"
66
pillow >= 7.1.0, < 8.0.0; python_version == "3.5"
77
pillow >= 8.3.2, < 9.0.0; python_version == "3.6"
8-
pillow >= 9.4.0, < 10.0.0; python_version == "3.7"
9-
pillow >= 10.0.1, < 10.2.0; python_version >= "3.8"
8+
pillow >= 9.4.0, < 10.2.0; python_version >= "3.7"

0 commit comments

Comments
 (0)