Skip to content

build(deps): bump the minor-and-patch group with 5 updates #678

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

Merged
merged 1 commit into from
Jul 21, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

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

Package From To
pystac-client 0.8.6 0.9.0
jsonschema 4.24.1 4.25.0
authlib 1.6.0 1.6.1
starlette 0.47.1 0.47.2
virtualenv 20.31.2 20.32.0

Updates pystac-client from 0.8.6 to 0.9.0

Release notes

Sourced from pystac-client's releases.

v0.9.0

What's Changed

New Contributors

Full Changelog: stac-utils/pystac-client@v0.8.6...v0.9.0

Changelog

Sourced from pystac-client's changelog.

[v0.9.0] - 2025-07-17

Added

  • Coerce cql2 style to match HTTP method using cql2 library (#804)

Fixed

  • Fix usage documentation of ItemSearch (#790)
  • Fix fields argument to CLI (#797)
  • Clarify recursive behaviour of the get_items method in the method docstring (#800)
Commits

Updates jsonschema from 4.24.1 to 4.25.0

Release notes

Sourced from jsonschema's releases.

v4.25.0

What's Changed

New Contributors

Full Changelog: python-jsonschema/jsonschema@v4.24.1...v4.25.0

Changelog

Sourced from jsonschema's changelog.

v4.25.0

  • Add support for the iri and iri-reference formats to the format-nongpl extra via the MIT-licensed rfc3987-syntax. They were alread supported by the format extra. (#1388).
Commits
  • 9889f69 Add the new functionality to the CHANGELOG.
  • 18855d0 Merge pull request #1388 from jkowalleck/feat/validate_rfc3987_non-gpl/rfc398...
  • 1a6067f adjust rfc3987-syntax min-version
  • 8dd4f56 feat: use non-GPL validator for rfc3987
  • See full diff in compare view

Updates authlib from 1.6.0 to 1.6.1

Release notes

Sourced from authlib's releases.

Version 1.6.1

  • Filter key set with additional "alg" and "use" parameters.
Changelog

Sourced from authlib's changelog.

Version 1.6.1

Released on Jul 20, 2025

  • Filter key set with additional "alg" and "use" parameters.
Commits
  • ef3d573 chore: release 1.6.1
  • 9366b4e Merge pull request #782 from authlib/fix-771
  • b57ccce test: add tests for KeySet.find_by_kid
  • 386c764 fix: find a key from key set with use and alg parameters
  • 772a714 chore: update setup-uv GHA
  • 17f72f9 chore: build the documentation in the CI
  • b55a099 Merge pull request #776 from azmeuk/475-license
  • e47a378 doc: make clear that any project can use the BSD license
  • 03420a1 docs: update license docs
  • 9e91aaf chore: update readme about license issue, #475
  • See full diff in compare view

Updates starlette from 0.47.1 to 0.47.2

Release notes

Sourced from starlette's releases.

0.47.2

Fixed

  • Make UploadFile check for future rollover #2962.

New Contributors

Full Changelog: encode/starlette@0.47.1...0.47.2

Changelog

Sourced from starlette's changelog.

0.47.2 (July 20, 2025)

Fixed

  • Make UploadFile check for future rollover #2962.
Commits

Updates virtualenv from 20.31.2 to 20.32.0

Release notes

Sourced from virtualenv's releases.

20.32.0

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.31.2...20.32.0

Changelog

Sourced from virtualenv's changelog.

v20.32.0 (2025-07-20)

Features - 20.32.0

- Warn on incorrect invocation of Nushell activation script - by :user:`esafak`. (:issue:`nushell_activation`)
- Discover uv-managed Python installations (:issue:`2901`)

Bugfixes - 20.32.0

  • Ignore missing absolute paths for python discovery - by :user:esafak (:issue:2870)
  • Upgrade embedded setuptools to 80.9.0 from 80.3.1 - by :user:gaborbernat. (:issue:2900)
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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pystac-client](https://github.com/stac-utils/pystac-client) | `0.8.6` | `0.9.0` |
| [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.24.1` | `4.25.0` |
| [authlib](https://github.com/authlib/authlib) | `1.6.0` | `1.6.1` |
| [starlette](https://github.com/encode/starlette) | `0.47.1` | `0.47.2` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.31.2` | `20.32.0` |


Updates `pystac-client` from 0.8.6 to 0.9.0
- [Release notes](https://github.com/stac-utils/pystac-client/releases)
- [Changelog](https://github.com/stac-utils/pystac-client/blob/main/CHANGELOG.md)
- [Commits](stac-utils/pystac-client@v0.8.6...v0.9.0)

Updates `jsonschema` from 4.24.1 to 4.25.0
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.24.1...v4.25.0)

Updates `authlib` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/authlib/authlib/releases)
- [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst)
- [Commits](authlib/authlib@v1.6.0...v1.6.1)

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

Updates `virtualenv` from 20.31.2 to 20.32.0
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.31.2...20.32.0)

---
updated-dependencies:
- dependency-name: pystac-client
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: jsonschema
  dependency-version: 4.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: authlib
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: starlette
  dependency-version: 0.47.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: virtualenv
  dependency-version: 20.32.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

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 Jul 21, 2025
@gadomski gadomski merged commit fd834fc into main Jul 21, 2025
10 checks passed
@gadomski gadomski deleted the dependabot/pip/minor-and-patch-65c0ea353e branch July 21, 2025 14:11
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