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

build(deps): bump the minor-and-patch group with 6 updates #613

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps the minor-and-patch group with 6 updates:

Package From To
pystac 1.11.0 1.12.0
pre-commit 4.0.1 4.1.0
identify 2.6.5 2.6.6
marshmallow 3.25.1 3.26.0
referencing 0.36.1 0.36.2
starlette 0.45.2 0.45.3

Updates pystac from 1.11.0 to 1.12.0

Release notes

Sourced from pystac's releases.

v1.12.0

Highlights

  • STAC v1.1.0 is now the default 🥳
  • Projection extension v2 support
  • Use uv for development

What's Changed

New Contributors

Full Changelog: stac-utils/pystac@v1.11.0...v1.12.0

Changelog

Sourced from pystac's changelog.

[v1.12.0]

Added

  • Top-level item_assets dict on Collections (#1476)
  • Render Extension (#1465)
  • Filter by links by list of media_types

Changed

  • Write STAC v1.1.0 (#1427)
  • Use uv for development dependencies and docs (#1439)
  • Correctly detect absolute file path ref on windows, reflecting change in python 3.13 (#1475) (only effects python 3.13)
  • Deprecated ItemAssetExtension (#1476)
  • Update Projection Extension to version 2 - proj:epsg -> proj:code (#1287)
  • Update migrate code to handle license changes in STAC spec 1.1.0 (#1491)
  • Allow links to have file:// prefix - but don't write them that way by default (#1489)
  • For get_root_link, get_child_links, get_item_links: Ensure json media types (#1497)
  • Raise STACError with message when a link is expected to resolve to a STAC object but doesn't (#1500)
  • Raise an error on APILayoutStrategy when root_href is non-url (#1498)

Fixed

  • Use application/geo+json for item links (#1495)
  • Includes the scientific extension in Item's ext interface (#1496)
  • Fixes all broken documentation links and adds check to CI (#1499)
Commits

Updates pre-commit from 4.0.1 to 4.1.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.1.0

Features

Fixes

Changelog

Sourced from pre-commit's changelog.

4.1.0 - 2025-01-20

Features

Fixes

Commits
  • b152e92 v4.1.0
  • c3125a4 Merge pull request #3389 from lorenzwalthert/dev-always-unset-renv
  • c2c061c fix: ensure env patch is applied for vanilla emulation
  • cd429db Merge pull request #3382 from pre-commit/pre-commit-ci-update-config
  • 9b9f8e2 [pre-commit.ci] pre-commit autoupdate
  • 86300a4 Merge pull request #3376 from pre-commit/r-gone
  • 77edad8 install r on ubuntu runners
  • 18b3939 Merge pull request #3375 from pre-commit/dotnet-tests-ubuntu-latest
  • 31cb945 Merge pull request #3374 from pre-commit/docker-image-tests-ubuntu-22-not-pre...
  • 28c3d81 update .net tests to use .net 8
  • Additional commits viewable in compare view

Updates identify from 2.6.5 to 2.6.6

Commits

Updates marshmallow from 3.25.1 to 3.26.0

Changelog

Sourced from marshmallow's changelog.

3.26.0 (2025-01-22)


Features:

  • Typing: Add type annotations and improved documentation for class Meta <marshmallow.Schema.Meta> options (:pr:2760).
  • Typing: Improve type coverage of marshmallow.Schema.SchemaMeta (:pr:2761).
  • Typing: marshmallow.Schema.loads parameter allows bytes and bytesarray (:pr:2769).

Bug fixes:

  • Respect data_key when schema validators raise a ValidationError <marshmallow.exceptions.ValidationError> with a field_name argument (:issue:2170). Thanks :user:matejsp for reporting.
  • Correctly handle multiple @post_load <marshmallow.post_load> methods where one method appends to the data and another passes pass_original=True (:issue:1755). Thanks :user:ghostwheel42 for reporting.
  • URL fields now properly validate file paths (:issue:2249). Thanks :user:0xDEC0DE for reporting and fixing.

Documentation:

  • Add :doc:upgrading guides <upgrading> for 3.24 and 3.26 (:pr:2780).
  • Various documentation improvements (:pr:2757, :pr:2759, :pr:2765, :pr:2774, :pr:2778, :pr:2783, :pr:2796).

Deprecations:

  • The ordered class Meta <marshmallow.Schema.Meta> option is deprecated (:issue:2146, :pr:2762). Field order is already preserved by default. Set marshmallow.Schema.dict_class to collections.OrderedDict to maintain the previous behavior.
Commits

Updates referencing from 0.36.1 to 0.36.2

Release notes

Sourced from referencing's releases.

v0.36.2

Full Changelog: python-jsonschema/referencing@v0.36.1...v0.36.2

Changelog

Sourced from referencing's changelog.

v0.36.2

  • Release using the newer twine release to preserve PEP 639 license metadata.
Commits
  • 9a82e6c Add v0.36.2 to the CHANGELOG.
  • 28f4b79 Update docs requirements.
  • f0d8723 Merge pull request #215 from python-jsonschema/dependabot/submodules/suite-f4...
  • 767145a Bump suite from d01bb7a to f49bd3a
  • bf82571 Merge pull request #214 from python-jsonschema/pre-commit-ci-update-config
  • 94294c1 [pre-commit.ci] pre-commit autoupdate
  • 52add92 Update the uv lockfile.
  • b529607 Update the CHANGELOG.
  • See full diff in compare view

Updates starlette from 0.45.2 to 0.45.3

Release notes

Sourced from starlette's releases.

Version 0.45.3

Fixed


Full Changelog: encode/starlette@0.45.2...0.45.3

Changelog

Sourced from starlette's changelog.

0.45.3 (January 24, 2025)

Fixed

  • Turn directory into string on lookup_path on commonpath comparison #2851.
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

Bumps the minor-and-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [pystac](https://github.com/stac-utils/pystac) | `1.11.0` | `1.12.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.1.0` |
| [identify](https://github.com/pre-commit/identify) | `2.6.5` | `2.6.6` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.25.1` | `3.26.0` |
| [referencing](https://github.com/python-jsonschema/referencing) | `0.36.1` | `0.36.2` |
| [starlette](https://github.com/encode/starlette) | `0.45.2` | `0.45.3` |


Updates `pystac` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/stac-utils/pystac/releases)
- [Changelog](https://github.com/stac-utils/pystac/blob/main/CHANGELOG.md)
- [Commits](stac-utils/pystac@v1.11.0...v1.12.0)

Updates `pre-commit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)

Updates `identify` from 2.6.5 to 2.6.6
- [Commits](pre-commit/identify@v2.6.5...v2.6.6)

Updates `marshmallow` from 3.25.1 to 3.26.0
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.25.1...3.26.0)

Updates `referencing` from 0.36.1 to 0.36.2
- [Release notes](https://github.com/python-jsonschema/referencing/releases)
- [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst)
- [Commits](python-jsonschema/referencing@v0.36.1...v0.36.2)

Updates `starlette` from 0.45.2 to 0.45.3
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.45.2...0.45.3)

---
updated-dependencies:
- dependency-name: pystac
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: identify
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: marshmallow
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: referencing
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: starlette
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 27, 2025
@gadomski gadomski merged commit 025b637 into main Jan 27, 2025
8 checks passed
@gadomski gadomski deleted the dependabot/pip/minor-and-patch-f64f2207ac branch January 27, 2025 13:10
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.

1 participant