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 osgeo/gdal from ubuntu-small-3.8.4 to ubuntu-small-3.8.5 #1003

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps osgeo/gdal from ubuntu-small-3.8.4 to ubuntu-small-3.8.5.

Release notes

Sourced from osgeo/gdal's releases.

GDAL 3.8.5

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.8.5/NEWS.md

Commits
  • 1d418c1 Merge pull request #9593 from rouault/prepare_for_gdal_3_8_5
  • 1b5b090 Prepare for GDAL 3.8.5
  • aab6b08 typo fixes
  • 355020a GMLAS: fix crash when reading CityGML files (fixes r-spatial/sf#2371)
  • 6ab1e61 Merge pull request #9587 from rouault/geoparquet_fixes
  • a554f27 Arrow/Parquet: fix inverted logic regarding spatial filtering of multipolygon...
  • d7457df Parquet: avoid potential assertion/out-of-bounds access when a subset of row ...
  • 634264c Merge pull request #9570 from rouault/flatgeobuf_getdataset
  • 3baac2b CreateFieldFromArrowSchema(): don't propagate native subtype if we have to us...
  • e7c34fa FlatGeoBuf: implement OGRLayer::GetDataset() (refs #9568)
  • 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)

📚 Documentation preview 📚: https://datacube-ows--1003.org.readthedocs.build/en/1003/

Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-small-3.8.4 to ubuntu-small-3.8.5.
- [Release notes](https://github.com/OSGeo/gdal/releases)
- [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md)
- [Commits](OSGeo/gdal@v3.8.4...v3.8.5)

---
updated-dependencies:
- dependency-name: osgeo/gdal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Apr 5, 2024
@SpacemanPaul SpacemanPaul merged commit 08f642f into master Apr 15, 2024
14 checks passed
@SpacemanPaul SpacemanPaul deleted the dependabot/docker/master/osgeo/gdal-ubuntu-small-3.8.5 branch April 15, 2024 04:38
SpacemanPaul added a commit that referenced this pull request Apr 18, 2024
* Bump osgeo/gdal from ubuntu-small-3.8.4 to ubuntu-small-3.8.5 (#1003)

Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-small-3.8.4 to ubuntu-small-3.8.5.
- [Release notes](https://github.com/OSGeo/gdal/releases)
- [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md)
- [Commits](OSGeo/gdal@v3.8.4...v3.8.5)

---
updated-dependencies:
- dependency-name: osgeo/gdal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [pre-commit.ci] pre-commit autoupdate (#1006)

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Update to gunicorn 22.0.0 (#1008)

This fixes CVE-2024-1135.

* Temp changes to docker and setup.

* Fix SQLAlchemy usage in update utility.

* Mostly migration to odc.geo.  Some SQLAlchemy 2 fixes in test code.

* Remaining migration to odc.geo.

* Numpy.datetime64 handling fixes.

* More numpy.datetime64 handling fixes.

* More numpy.datetime64 handling fixes.

* Rename badly named classes in test file

* Move away from deprecated xarray api.

* Move away from deprecated xarray api.

* Use 'ubyte' instead of 'uint8'

* Migrate away from deprecated pkg_resources api.

* Fix integration test ODC config manipulation.

* Suppress OWSLib deprecation warning.

* Second attempt to suppress ubyte casting warning.

* Swittch back to released core version, cleanup docker-compose environment.

* Update documentation

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Lintage: remove unused imports.

* Add develop-1.9 branch to most GHA's.

* Fix architecture diagram in README

* Add some junk to the spellcheck wordlist.

* Remove broken GHA of dubious utility.

* Fix broken codecov action

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Peter A. Jonsson <[email protected]>
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 docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant