Skip to content

chore(deps): bump the all group across 1 directory with 3 updates #227

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

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 Apr 14, 2025

Updates the requirements on stac-pydantic, pytest-asyncio and uvicorn[standard] to permit the latest version.
Updates stac-pydantic to 3.2.0

Release notes

Sourced from stac-pydantic's releases.

3.2.0

What's Changed

Full Changelog: stac-utils/stac-pydantic@3.1.5...3.2.0

Changelog

Sourced from stac-pydantic's changelog.

3.2.0 (2025-03-20)

  • Move validate_bbox and validate_datetime field validation functions outside the Search class (to enable re-utilization)
  • Remove Search()._start_date and ``Search()._end_date` private attributes
  • Add api.search.str_to_datetime(value: str) -> List[Optional[datetime.datetime]] function

3.1.5 (2025-02-28)

3.1.4 (2025-01-08)

3.1.3 (2024-10-14)

  • Add optional numberMatched and numberReturned to api.collections.Collections model to match the OGC Common part2 specification

3.1.2 (2024-08-20)

  • Add more MimeTypes (geojsonseq, pbf, mvt, ndjson, openapi_yaml, pdf, csv, parquet)

3.1.1 (2024-07-09)

3.1.0 (2024-05-21)

  • Allow extra fields in Links (#144, @​jonhealy1)
  • Remove the deprecated Context extension (#138, @​vincentsarago)
  • Rename stac_pydantic.api.conformance.ConformanceClasses to stac_pydantic.api.conformance.Conformance
  • Update pre-commit configuration and switch to astral-sh/ruff for linter and formater
  • Add official support for python 3.12
  • Enforce required type key for Collection and Catalog models
  • Add queryables link relation type (#123, @​constantinius)
  • Fix STAC API Query Extension operator names from ne->neq, le->lte, and ge->gte (#120, @​philvarner)
  • Better datetime parsing/validation by using Pydantic native types and remove ciso8601 requirement (#131, @​eseglem)
  • move datetime validation in StacCommonMetadata model definition (#131, @​eseglem)
  • use StacBaseModel as base model for Asset model (#148, @​vincentsarago)
  • add license in StacCommonMetadata model (#147, @​vincentsarago)
  • make limit optional in api.Search model (#150, @​vincentsarago)
  • set start/end datetime to the datetime value when passing only one value in api.Search (#152, @​vincentsarago)

3.0.0 (2024-01-25)

... (truncated)

Commits

Updates pytest-asyncio to 0.26.0

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 0.26.0

  • Adds configuration option that sets default event loop scope for all tests #793
  • Improved type annotations for pytest_asyncio.fixture #1045
  • Added typing-extensions as additional dependency for Python <3.10 #1045
Commits
  • 4f8ce45 docs: Prepare release of v0.26.0.
  • 498e8a7 Build(deps): Bump attrs from 25.1.0 to 25.3.0 in /dependencies/default
  • 01c22ff build: Update project metadata to use SPDX license identifier
  • 78191c9 [pre-commit.ci] pre-commit autoupdate
  • 9a45551 Build(deps): Bump hypothesis in /dependencies/default
  • 6680409 Build(deps): Bump coverage from 7.7.0 to 7.7.1 in /dependencies/default
  • aa82c57 Build(deps): Bump iniconfig from 2.0.0 to 2.1.0 in /dependencies/default
  • cca587e [pre-commit.ci] pre-commit autoupdate
  • 5d90b29 Build(deps): Bump hypothesis in /dependencies/default
  • c262262 Build(deps): Bump coverage from 7.6.12 to 7.7.0 in /dependencies/default
  • Additional commits viewable in compare view

Updates uvicorn[standard] from 0.34.0 to 0.34.1

Release notes

Sourced from uvicorn[standard]'s releases.

Version 0.34.1

What's Changed

New Contributors

Full Changelog: encode/uvicorn@0.34.0...0.34.1

Changelog

Sourced from uvicorn[standard]'s changelog.

0.34.1 (April 13, 2025)

Deprecated

  • Deprecate ServerState in the main module (#2581)
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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 14, 2025
Updates the requirements on [stac-pydantic](https://github.com/stac-utils/stac-pydantic), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [uvicorn[standard]](https://github.com/encode/uvicorn) to permit the latest version.

Updates `stac-pydantic` to 3.2.0
- [Release notes](https://github.com/stac-utils/stac-pydantic/releases)
- [Changelog](https://github.com/stac-utils/stac-pydantic/blob/main/CHANGELOG.md)
- [Commits](stac-utils/stac-pydantic@3.1.0...3.2.0)

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

Updates `uvicorn[standard]` from 0.34.0 to 0.34.1
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md)
- [Commits](encode/uvicorn@0.34.0...0.34.1)

---
updated-dependencies:
- dependency-name: stac-pydantic
  dependency-version: 3.2.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: pytest-asyncio
  dependency-version: 0.26.0
  dependency-type: direct:development
  dependency-group: all
- dependency-name: uvicorn[standard]
  dependency-version: 0.34.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/all-b68a971942 branch from d6e593c to c0fe117 Compare April 28, 2025 04:46
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