CI: Update GitHub Actions versions#282
Open
EwoutH wants to merge 2 commits intoopengeospatial:mainfrom
Open
Conversation
A bit of maintenance on the CI: - Update the checkout, setup and release actions to their latest versions - Sync Python versions (to latest 3.x)
Resolved 37 packages: Updated attrs v25.3.0 -> v26.1.0 Updated black v25.1.0 -> v26.3.1 Updated certifi v2025.4.26 -> v2026.2.25 Updated click v8.1.8 -> v8.3.1 Updated exceptiongroup v1.2.2 -> v1.3.1 Updated geopandas v1.0.1 -> v1.1.3 Updated iniconfig v2.1.0 -> v2.3.0 Updated isort v6.0.1 -> v8.0.1 Updated jsonschema v4.23.0 -> v4.26.0 Updated jsonschema-specifications v2025.4.1 -> v2025.9.1 Updated numpy v2.2.5 -> v2.2.6, v2.4.3 Updated packaging v25.0 -> v26.0 Updated pandas v2.2.3 -> v2.3.3, v3.0.1 Updated pathspec v0.12.1 -> v1.0.4 Updated platformdirs v4.3.7 -> v4.9.4 Updated pluggy v1.5.0 -> v1.6.0 Updated pyarrow v20.0.0 -> v23.0.1 Added pygments v2.19.2 Updated pyogrio v0.10.0 -> v0.12.1 Updated pyproj v3.7.1 -> v3.7.1, v3.7.2 Updated pytest v8.3.5 -> v9.0.2 Added pytokens v0.4.1 Updated pytz v2025.2 -> v2026.1.post1 Updated referencing v0.36.2 -> v0.37.0 Updated rpds-py v0.24.0 -> v0.30.0 Updated shapely v2.1.0 -> v2.1.2 Updated tomli v2.2.1 -> v2.4.0 Updated typing-extensions v4.13.2 -> v4.15.0 Updated tzdata v2025.2 -> v2025.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A bit of maintenance on the CI:
uv.lockfile to the latest packages (uv lock --upgrade) to support Python 3.14