Skip to content

Commit f304fb1

Browse files
committed
Upgrade pyproj upper pin to 3.5
1 parent f37aed3 commit f304fb1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ https://keepachangelog.com/en/1.0.0/
1010
https://semver.org/spec/v2.0.0.html
1111

1212

13+
## [1.3.6]
14+
15+
### Changed
16+
- Upgrade `pyproj` upper pin to 3.5.
17+
1318
## [1.3.5] - 2022-10-25
1419

1520
### Fixed
@@ -1020,7 +1025,9 @@ https://github.com/matplotlib/basemap/issues/228
10201025
https://github.com/matplotlib/basemap/issues/179
10211026

10221027
[Unreleased]:
1023-
https://github.com/matplotlib/basemap/compare/v1.3.5...develop
1028+
https://github.com/matplotlib/basemap/compare/v1.3.6...develop
1029+
[1.3.6]:
1030+
https://github.com/matplotlib/basemap/compare/v1.3.5...v1.3.6
10241031
[1.3.5]:
10251032
https://github.com/matplotlib/basemap/compare/v1.3.4...v1.3.5
10261033
[1.3.4]:

packages/basemap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pyproj >= 1.9.3, < 2.3.0; python_version == "2.7"
2525
pyproj >= 1.9.3, < 1.9.6; python_version == "3.2"
2626
pyproj >= 1.9.3, < 2.1.0; python_version == "3.3"
2727
pyproj >= 1.9.3, < 2.1.0; python_version == "3.4"
28-
pyproj >= 1.9.3, < 3.4.0; python_version >= "3.5"
28+
pyproj >= 1.9.3, < 3.5.0; python_version >= "3.5"
2929

3030
pyshp >= 1.2, < 2.0; python_version == "2.6"
3131
pyshp >= 1.2, < 2.4; python_version >= "2.7"

0 commit comments

Comments
 (0)