Skip to content

build(deps): update pyproj requirement from <3.7.0 to <3.8.0#13599

Merged
giohappy merged 4 commits intomasterfrom
dependabot/pip/pyproj-lt-3.8.0
Oct 29, 2025
Merged

build(deps): update pyproj requirement from <3.7.0 to <3.8.0#13599
giohappy merged 4 commits intomasterfrom
dependabot/pip/pyproj-lt-3.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Updates the requirements on pyproj to permit the latest version.

Release notes

Sourced from pyproj's releases.

3.7.2 Release

What's Changed

New Contributors

Full Changelog: pyproj4/pyproj@3.7.1...3.7.2

Changelog

Sourced from pyproj's changelog.

3.7.2

  • DEP: Minimum PROJ version 9.4 (pull #1481)
  • DEP: Minimum supported Python version 3.11 (pull #1483)
  • MNT: Add CRS imports to all
  • DEP: Add win_arm64 wheels
  • DEP: Add Python 3.13 free-threading wheels
  • DEP: Add Python 3.14 and 3.14 free-threading wheels
  • TST: Remove irrelevant test with modern PROJ versions

3.7.1

  • WHL: Add wheels for musllinux (pull #1461)
  • WHL: MacOS minimum deployment target moved to 13 (pull #1475)
  • WHL: Wheels contain PROJ 9.5.1 (pull #1477)
  • MNT: Cython 3.1+ fixes (pull #1452)
  • MNT: Remove use of utcnow() and change to naive datetimes instead (pull #1450)
  • TST: remove checking is python >= 3.4 (pull #1446)
  • TST: Add assert statements at the end of tests (pull #1453)
  • LNT: Setup ruff & lint fixes (pull #1455 #1456)

3.7.0

  • WHL: Wheels contain PROJ 9.4.1 (pull #1423)
  • DEP: Minimum supported Python version 3.10 (pull #1357)
  • DEP: Minimum PROJ version 9.2 (pull #1394)
  • ENH: Add :meth:CRS.is_deprecated and :meth:CRS.get_non_deprecated (pull #1383)
  • PERF: thread local context (issue #1133)
  • ENH: Add runtime & compiled PROJ versions (discussion #1420)
  • BUG: Handle changes to HotineObliqueMercatorBConversion (issue #1429)

3.6.1

  • WHL: Wheels contain PROJ 9.3.0 (issue #1327)
  • BUG: Remove pkg_resources from setup.py (issue #1313)
  • BUG: Cython 3 compatibility fixes (issue #1321)

3.6.0

  • DEP: Minimum supported Python version 3.9 (issue #1111)
  • WHL: Wheels contain PROJ 9.2.1 (pull #1291)
  • ENH: Added allow_superseded kwargs to :class:pyproj.transformer.TransformerGroup (pull #1269)
  • ENH: Added :meth:CRS.to_2d to demote 3D CRS to 2D (issue #1266)
  • ENH: Added parameter output_axis_rule to :meth:CRS.to_wkt (pull #1287)
  • BUG: fix Geod.npts NaN handling (issue #1282)

3.5.0

  • DEP: Minimum PROJ version 9.0 (issue #1223)
  • WHL: PROJ 9.2 in wheels (pull #1243)

... (truncated)

Commits
  • f16037d MNT: Bump version to 3.7.2
  • 878615d MNT: Bump version to 3.7.2rc1
  • 4813b2d Merge pull request #1521 from pyproj4/dependabot/github_actions/actions/check...
  • 66b8e0b Bump actions/checkout from 4 to 5
  • ff97ab9 Merge pull request #1519 from djhoese/remove-old-test
  • 3692f8a Bump actions/download-artifact from 4 to 5 (#1520)
  • f3815db MNT: Update history with test removal
  • e5ee13f TST: Remove irrelevant test with modern PROJ versions
  • 26b3cdb MNT: 3.7.2rc0 and update history
  • 0cd586a Merge pull request #1514 from djhoese/ci-313-ft
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2025
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Oct 13, 2025
Updates the requirements on [pyproj](https://github.com/pyproj4/pyproj) to permit the latest version.
- [Release notes](https://github.com/pyproj4/pyproj/releases)
- [Changelog](https://github.com/pyproj4/pyproj/blob/main/docs/history.rst)
- [Commits](pyproj4/pyproj@v2.0.2...3.7.2)

---
updated-dependencies:
- dependency-name: pyproj
  dependency-version: 3.7.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pyproj-lt-3.8.0 branch from 8f75f92 to 16a08cb Compare October 17, 2025 12:18
@codecov
Copy link

codecov bot commented Oct 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.04%. Comparing base (591f4c6) to head (3c836c8).
⚠️ Report is 16 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #13599       +/-   ##
===========================================
+ Coverage   24.03%   74.04%   +50.01%     
===========================================
  Files         931      931               
  Lines       55216    55216               
  Branches     7437     7437               
===========================================
+ Hits        13269    40886    +27617     
+ Misses      41545    12707    -28838     
- Partials      402     1623     +1221     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@giohappy giohappy self-requested a review October 29, 2025 10:34
@giohappy giohappy merged commit 1553acc into master Oct 29, 2025
25 checks passed
@giohappy giohappy deleted the dependabot/pip/pyproj-lt-3.8.0 branch October 29, 2025 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant