Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22c5235

Browse files
committed
Upgrade lower pin for pillow to 9.4
1 parent d2fd4eb commit 22c5235

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ https://semver.org/spec/v2.0.0.html
1717
- Upgrade `matplotlib` upper pin to 3.8 (solves issue [#573]).
1818
- Upgrade `pyproj` upper pin to 3.6.
1919
- Upgrade test dependency `netCDF4` upper pin to 1.7.
20+
- Upgrade test dependency `pillow` lower pin to 9.4.
2021

2122
## [1.3.6] - 2022-10-31
2223

packages/basemap/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ pillow >= 4.3.0, < 5.0.0; python_version == "3.3"
2828
pillow >= 5.4.0, < 6.0.0; python_version == "3.4"
2929
pillow >= 7.1.0, < 8.0.0; python_version == "3.5"
3030
pillow >= 8.3.2, < 9.0.0; python_version == "3.6"
31-
pillow >= 9.0.1, < 10.0.0; python_version >= "3.7"
31+
pillow >= 9.4.0, < 10.0.0; python_version >= "3.7"

0 commit comments

Comments
 (0)