Skip to content

Commit fd834fc

Browse files
build(deps): bump the minor-and-patch group with 5 updates (#678)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e879908 commit fd834fc

File tree

2 files changed

+34
-19
lines changed

2 files changed

+34
-19
lines changed

poetry.lock

Lines changed: 33 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Changelog = "https://github.com/stac-utils/stac-api-validator/releases"
1818
python = ">=3.11,<3.14"
1919
click = ">=8.0.2"
2020
certifi = ">=2025.7.14,<2026.0.0"
21-
pystac-client = ">=0.8.6,<0.9.0"
21+
pystac-client = ">=0.8.6,<0.10.0"
2222
requests = "^2.32.4"
2323
pystac = { extras = ["orjson"], version = "^1.13.0" }
2424
jsonschema = "^4.24.1"

0 commit comments

Comments
 (0)