From 902c1b7c011052fb99dc2765fb36dd5250a64cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:28:32 +0000 Subject: [PATCH] chore(deps): update obstore requirement Updates the requirements on [obstore](https://github.com/geospatial-jeff/pyasyncio-benchmark) to permit the latest version. Updates `obstore` to 0.9.5 - [Commits](https://github.com/geospatial-jeff/pyasyncio-benchmark/commits) --- updated-dependencies: - dependency-name: obstore dependency-version: 0.9.4 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- cdk/constructs/DpsStacItemGenerator/runtime/pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cdk/constructs/DpsStacItemGenerator/runtime/pyproject.toml b/cdk/constructs/DpsStacItemGenerator/runtime/pyproject.toml index 27dad37..0fd0ca3 100644 --- a/cdk/constructs/DpsStacItemGenerator/runtime/pyproject.toml +++ b/cdk/constructs/DpsStacItemGenerator/runtime/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] requires-python = ">=3.12" dependencies = [ - "obstore>=0.7.0", + "obstore>=0.9.5", "pydantic>=2.11.0", "pystac[validation]>=1.13.0", "stac-pydantic>=3.2.0", diff --git a/uv.lock b/uv.lock index 27618d6..469560b 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.12" [[package]]