Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rasterio from 1.3.9 to 1.3.10 in /requirements #1992

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2024

Bumps rasterio from 1.3.9 to 1.3.10.

Release notes

Sourced from rasterio's releases.

1.3.10

This version is compatible with recent versions of Numpy 1.x and Numpy 2.0.

Packaging:

  • Wheels for Python versions >= 3.9 will be built using Numpy 2.0.0rc1 and will be compatible with the oldest supported Numpy 1.x.
  • Wheels for Python version 3.8 will be built using the oldest supported version of NumPy and will not be compatible with Numpy 2.

Bug fixes:

  • Rasterio's merge() function and CLI command cannot handle rotated rasters. This is now noted in documentation and an error will be raised if any input is non-rectilinear (#3066).
  • Deprecated usage of pytest.warns(None) in tests has been eliminated (#3054).
  • All use of pkg_resouces has been eliminated (#3054).
  • Several tests have been adjusted to account for small differences in output between GDAL 3.7 and 3.8 (#2959).
Changelog

Sourced from rasterio's changelog.

1.3.10 (2024-04-10)

This version is compatible with recent versions of Numpy 1.x and Numpy 2.0.0rc1.

Packaging:

  • Wheels for Python versions >= 3.9 will be built using Numpy 2.0.0rc1 or a newer version and will be compatible with the oldest supported Numpy 1.x.
  • Wheels for Python version 3.8 will be built using the oldest supported version of NumPy and will not be compatible with Numpy 2.

Bug fixes:

  • Rasterio's merge function and CLI command cannot handle rotated rasters. This is now noted in documentation and an error will be raised if any input is non-rectilinear (#3066).
  • Usage of pytest.warns(None) has been eliminated (#3054).
  • All use of pkg_resouces has been eliminated (#3054).
  • Adjust several tests to small differences in output between GDAL 3.7 and 3.8 (#2959).
Commits
  • 560d4dd Pin to 2.0.0rc1 exactly for this release
  • d393006 This is 1.3.10
  • 3bd13d9 Disallow rotated rasters for merge 1.3.10
  • 73d261e Remove duplicated installs
  • b637b60 Update change log again.
  • 5f7f7de Update change log and version
  • 31287ae Eliminate last use of pkg_resources
  • eb46f4c Delete source checkout before running tests
  • a18f88f Add other test modules
  • 38804ec Numpy 2 only for python version >= 3.9
  • Additional commits viewable in compare view

Dependabot compatibility score

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 dependencies Packaging and dependencies python Pull requests that update Python code labels Apr 12, 2024
@adamjstewart adamjstewart enabled auto-merge (squash) April 13, 2024 08:27
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/rasterio-1.3.10 branch from 413c2ef to 3e45bf7 Compare April 13, 2024 17:16
Bumps [rasterio](https://github.com/rasterio/rasterio) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/rasterio/rasterio/releases)
- [Changelog](https://github.com/rasterio/rasterio/blob/1.3.10/CHANGES.txt)
- [Commits](rasterio/rasterio@1.3.9...1.3.10)

---
updated-dependencies:
- dependency-name: rasterio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/rasterio-1.3.10 branch from 3e45bf7 to 0abb6ce Compare April 13, 2024 17:16
@adamjstewart
Copy link
Collaborator

Codecov now has a 100% failure rate: codecov/feedback#301. Going to force merge.

@adamjstewart adamjstewart enabled auto-merge (squash) April 13, 2024 19:48
@adamjstewart adamjstewart merged commit 76a8122 into main Apr 13, 2024
19 checks passed
@adamjstewart adamjstewart deleted the dependabot/pip/requirements/rasterio-1.3.10 branch April 13, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Packaging and dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant