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): bump the all group across 1 directory with 4 updates #146

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on pypgstac, pypgstac[psycopg], pytest-asyncio and uvicorn[standard] 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

... (truncated)

Commits

Updates pypgstac[psycopg] to 0.9.1

Release notes

Sourced from pypgstac[psycopg]'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[psycopg]'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

... (truncated)

Commits

Updates pytest-asyncio to 0.24.0

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 0.24.0

0.24.0 (2024-08-22)

  • BREAKING: Updated minimum supported pytest version to v8.2.0
  • Adds an optional loop_scope keyword argument to pytest.mark.asyncio. This argument controls which event loop is used to run the marked async test. #706, #871
  • Deprecates the optional scope keyword argument to pytest.mark.asyncio for API consistency with pytest_asyncio.fixture. Users are encouraged to use the loop_scope keyword argument, which does exactly the same.
  • Raises an error when passing scope or loop_scope as a positional argument to @pytest.mark.asyncio. #812
  • Fixes a bug that caused module-scoped async fixtures to fail when reused in other modules #862 #668
Commits
  • fb5422f docs: Set release date for v0.24 in changelog.
  • 6dc7f58 docs: Add migration guides for pytest-asyncio v0.21 and v0.23.
  • 1bfc181 Wire Sphinx builds into the RTD config via tox
  • f03cf13 Build(deps): Bump hypothesis in /dependencies/default
  • 69540bf Build(deps): Bump attrs from 24.1.0 to 24.2.0 in /dependencies/default
  • b0ccfc5 Build(deps): Bump hypothesis in /dependencies/default
  • 574f1db Build(deps): Bump babel from 2.15.0 to 2.16.0 in /dependencies/docs
  • ae30dac Update .readthedocs.yaml to install pytest-asyncio
  • 972a704 Derive project version using importlib
  • d587a52 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates uvicorn[standard] from 0.19.0 to 0.30.6

Release notes

Sourced from uvicorn[standard]'s releases.

Version 0.30.6

Fixed

  • Don't warn when upgrade is not WebSocket and depedencies are installed (#2360)

Full Changelog: encode/uvicorn@0.30.5...0.30.6

Version 0.30.5

Fixed

  • Don't close connection before receiving body on H11 (#2408)

Full Changelog: encode/uvicorn@0.30.4...0.30.5

Version 0.30.4

Fixed

  • Close connection when h11 sets client state to MUST_CLOSE #2375

Full Changelog: encode/uvicorn@0.30.3...0.30.4

Version 0.30.3

Fixed

  • Suppress KeyboardInterrupt from CLI and programmatic usage (#2384)
  • ClientDisconnect inherits from OSError instead of IOError (#2393)

Full Changelog: encode/uvicorn@0.30.2...0.30.3

Version 0.30.2

Added

Fixed

  • Iterate subprocesses in-place on the process manager (#2373)

Full Changelog: encode/uvicorn@0.30.1...0.30.2

... (truncated)

Changelog

Sourced from uvicorn[standard]'s changelog.

0.30.6 (2024-08-13)

Fixed

  • Don't warn when upgrade is not WebSocket and depedencies are installed (#2360)

0.30.5 (2024-08-02)

Fixed

  • Don't close connection before receiving body on H11 (#2408)

0.30.4 (2024-07-31)

Fixed

  • Close connection when h11 sets client state to MUST_CLOSE (#2375)

0.30.3 (2024-07-20)

Fixed

  • Suppress KeyboardInterrupt from CLI and programmatic usage (#2384)
  • ClientDisconnect inherits from OSError instead of IOError (#2393)

0.30.2 (2024-07-20)

Added

Fixed

  • Iterate subprocesses in-place on the process manager (#2373)

0.30.1 (2024-06-02)

Fixed

  • Allow horizontal tabs \t in response header values (#2345)

0.30.0 (2024-05-28)

Added

  • New multiprocess manager (#2183)
  • Allow ConfigParser or a io.IO[Any] on log_config (#1976)

Fixed

... (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), [pypgstac[psycopg]](https://github.com/stac-utils/pgstac), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [uvicorn[standard]](https://github.com/encode/uvicorn) 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)

Updates `pypgstac[psycopg]` 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)

Updates `pytest-asyncio` to 0.24.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.17.0...v0.24.0)

Updates `uvicorn[standard]` from 0.19.0 to 0.30.6
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.19.0...0.30.6)

---
updated-dependencies:
- dependency-name: pypgstac
  dependency-type: direct:production
  dependency-group: all
- dependency-name: pypgstac[psycopg]
  dependency-type: direct:development
  dependency-group: all
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  dependency-group: all
- dependency-name: uvicorn[standard]
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 26, 2024
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