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.7 to 1.3.8 in /rastervision_core #1883

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps rasterio from 1.3.7 to 1.3.8.

Release notes

Sourced from rasterio's releases.

1.3.8

Rasterio 1.3.8 fixes three bugs that can result in segmentation faults due to doubly freed memory and illegal memory access.

Bug fixes

  • Rasterio's Python file VSI plugin is now compatible with GDAL VRTs such as the one used for boundless reads of datasets (#2856).
  • Crashes when accessing the block shapes of a multidataset HDF5 file are now prevented (#2859).
  • Adds a workaround for a GDAL multithreaded compression bug introduced in 3.6.0 (#2851).
Changelog

Sourced from rasterio's changelog.

1.3.8 (2023-06-26)

  • Rasterio's Python file VSI plugin is now compatible with GDAL VRTs such as the one used for boundless reads of datasets (#2856).
  • Prevent a crash when accessing the block shapes of a multidataset HDF5 file (#2859).
  • Add a workaround for a GDAL multithreading bug introduced in 3.6.0 (#2851).
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2023
Bumps [rasterio](https://github.com/rasterio/rasterio) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/rasterio/rasterio/releases)
- [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt)
- [Commits](rasterio/rasterio@1.3.7...1.3.8)

---
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/rastervision_core/rasterio-1.3.8 branch from 0d15401 to 7de52e6 Compare September 14, 2023 20:36
@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Merging #1883 (7de52e6) into master (b334d68) will increase coverage by 0.00%.
Report is 5 commits behind head on master.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1883   +/-   ##
=======================================
  Coverage   82.48%   82.49%           
=======================================
  Files         190      190           
  Lines        9313     9316    +3     
=======================================
+ Hits         7682     7685    +3     
  Misses       1631     1631           
Files Changed Coverage Δ
...ervision_core/rastervision/core/data/utils/misc.py 85.24% <100.00%> (+0.37%) ⬆️
...rvision/pytorch_backend/pytorch_learner_backend.py 62.12% <100.00%> (ø)

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2023

Superseded by #1970.

@dependabot dependabot bot closed this Nov 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/rastervision_core/rasterio-1.3.8 branch November 1, 2023 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants