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

chore(deps): update pypgstac requirement from ==0.8.* to >=0.8,<0.10 in the all group #139

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on pypgstac to permit the latest version.
Updates pypgstac to 0.9.1

Release notes

Sourced from pypgstac's releases.

v0.9.1

Commits

  • ab74adc: fix changelog and add 0.8.5 changes (#269) (Vincent Sarago) #269
  • 0c88741: Small changes to contributing documentation (#270) (Zac Deziel) #270
  • a9b71b5: relax smart-open, use uv for docker (#277) (David Bitner) #277
  • a1e7c04: Fix collection extent schema (#278) (Henry Rodman) #278
  • 3336cbb: Fix timestamp format generated by collection_temporal_extent (#279) (Henry Rodman) #279
  • 3ba567c: stage version 0.9.1 (#280) (David Bitner) #280
Changelog

Sourced from pypgstac's changelog.

[v0.9.1]

Fixed

  • Fixed double nested extent when using trigger based update collection extent. (Fixes #274)
  • Fix time formatting (Fixes #275)
  • Relaxes smart-open dependency check (Fixes #273)
  • Switch to uv for docker image

[v0.9.0]

Breaking Changes

  • Context Extension has been deprecated. Context is now reported using OGC Features compliant numberMatched and numberReturned
  • Paging return from search using prev/next properties has been deprecated. Paging is now available in the spec compliant Links

Added

  • Add support for Casei and Accenti (Fixes #237). (Also, requires the addition of the unaccent extension)
  • Add numberReturned and numberMatched fields for ItemCollection. BREAKING CHANGE: As the context extension is deprecated, this also removes the "context" item from results.
  • Updated docs on automated updates of collection extents. (CLOSES #247)
  • stac search now returns paging information using standards compliant links rather than prev/next properties (Fixes #265)

Fixed

  • Fixes issue when there is a None rather than an empty dictionary in hydration.
  • Use "debug" log level rather than "log" to prevent growth in log messages due to differences in how client_min_messages and log_min_messages treat log levels. (Fixes #242)
  • Refactor search_query and search_where functions to eliminate race condition when running identical queries. (Fixes #233)
  • Fixes CQL2 Parser for Between operator (Fixes #251)
  • Update PyO3 for rust hydration performance improvements.

[v0.8.5]

Fixed

  • Fix issue when installing or migrating pgstac using a non superuser (particularly when using the default role found on RDS). (FIXES #239). Backports fix into migrations for 0.8.2, 0.8.3, and 0.8.4.
  • Adds fixes/updates to documentation
  • Fixes issue when using geometry with the strict queryables setting set.

[v0.8.4]

Fixed

  • Make release deployment use postgres images without plrust
  • Update versions of plrust in dockerfile (used for development, there is no plrust code yet)
  • Update incremental migration tests to start at v0.3.0 rather than v0.1.9 due to a breaking change in pg_partman at version 5 that has no ability to pin a version. Migrating from prior to v0.3.0 should still work fine as long as pg_partman has not been updated on the database.

[v0.8.3]

Added

  • Add support for arm64 to Docker images

Fixed

  • Fixes a critical bug when using the ingest_staging_upsert table or the upsert_item/upsert_items functions to update records with existing data where the existing row would get deleted, but the new row would not get added.

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [pypgstac](https://github.com/stac-utils/pgstac) to permit the latest version.

Updates `pypgstac` to 0.9.1
- [Release notes](https://github.com/stac-utils/pgstac/releases)
- [Changelog](https://github.com/stac-utils/pgstac/blob/main/CHANGELOG.md)
- [Commits](stac-utils/pgstac@v0.8.0...v0.9.1)

---
updated-dependencies:
- dependency-name: pypgstac
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2024

Looks like pypgstac is updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/pip/all-9798c9a31d branch August 19, 2024 05:00
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants