From 8cb966ceecf84751f3945e53726a34b3e1c7177a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 03:46:54 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group across 1 directory with 2 updates Updates the requirements on [constructs](https://github.com/aws/constructs) and [pystac[validation]](https://github.com/stac-utils/pystac) to permit the latest version. Updates `constructs` from 10.4.2 to 10.6.0 - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.4.2...v10.6.0) Updates `pystac[validation]` to 1.14.3 - [Release notes](https://github.com/stac-utils/pystac/releases) - [Changelog](https://github.com/stac-utils/pystac/blob/main/CHANGELOG.md) - [Commits](https://github.com/stac-utils/pystac/compare/v1.13.0...v1.14.3) --- updated-dependencies: - dependency-name: constructs dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pystac[validation] dependency-version: 1.14.3 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- .../DpsStacItemGenerator/runtime/pyproject.toml | 2 +- pyproject.toml | 4 ++-- uv.lock | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cdk/constructs/DpsStacItemGenerator/runtime/pyproject.toml b/cdk/constructs/DpsStacItemGenerator/runtime/pyproject.toml index 27dad37..9b0566c 100644 --- a/cdk/constructs/DpsStacItemGenerator/runtime/pyproject.toml +++ b/cdk/constructs/DpsStacItemGenerator/runtime/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.12" dependencies = [ "obstore>=0.7.0", "pydantic>=2.11.0", - "pystac[validation]>=1.13.0", + "pystac[validation]>=1.14.3", "stac-pydantic>=3.2.0", "python-slugify==8.0.4", ] diff --git a/pyproject.toml b/pyproject.toml index e3d92f7..deaab3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0" requires-python = ">=3.12" dependencies = [ "aws-cdk-lib==2.220.0", - "constructs==10.4.2", + "constructs==10.6.0", "eoapi-cdk>=11.6.0", "pydantic-settings>=2.0", "pyyaml>=6.0", @@ -21,7 +21,7 @@ dev = [ "aws-lambda-typing>=2.20.0", "boto3>=1.34", "pytest>=8.0", - "pystac[validation]>=1.0", + "pystac[validation]>=1.14.3", "requests>=2.31", ] diff --git a/uv.lock b/uv.lock index 43f7e2f..4f6d6b7 100644 --- a/uv.lock +++ b/uv.lock @@ -223,16 +223,16 @@ wheels = [ [[package]] name = "constructs" -version = "10.4.2" +version = "10.6.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "jsii" }, { name = "publication" }, { name = "typeguard" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/46/84/f608a0a71a05a476b2f1761ab8f3f776677d39f7996ecf1092a1ce741a7c/constructs-10.4.2.tar.gz", hash = "sha256:ce54724360fffe10bab27d8a081844eb81f5ace7d7c62c84b719c49f164d5307", size = 65434, upload-time = "2024-10-14T12:58:02.822Z" } +sdist = { url = "https://files.pythonhosted.org/packages/91/13/f57364d14c818108a47e124d1a4cfbee7c9f69ab1263ab59a7087028be18/constructs-10.6.0.tar.gz", hash = "sha256:bc55d1d390142424861e5ff5c6b8c243c4bae18fe7302e0939c2003f329ba365", size = 68788, upload-time = "2026-03-23T09:00:54.242Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f2/d9/c5e7458f323bf063a9a54200742f2494e2ce3c7c6873e0ff80f88033c75f/constructs-10.4.2-py3-none-any.whl", hash = "sha256:1f0f59b004edebfde0f826340698b8c34611f57848139b7954904c61645f13c1", size = 63509, upload-time = "2024-10-14T12:57:59.828Z" }, + { url = "https://files.pythonhosted.org/packages/fc/38/6de46d122a2fcd275a5f1fa4ad1d8d2058afd6b72d8db5f0c125515cbb5c/constructs-10.6.0-py3-none-any.whl", hash = "sha256:ad4ffabdb53c17cde00fb94e441a1ba9fddac57c92ad49d263f8dbd416cec513", size = 66969, upload-time = "2026-03-23T09:00:53.041Z" }, ] [[package]] @@ -346,7 +346,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "aws-cdk-lib", specifier = "==2.220.0" }, - { name = "constructs", specifier = "==10.4.2" }, + { name = "constructs", specifier = "==10.6.0" }, { name = "eoapi-cdk", specifier = ">=11.6.0" }, { name = "pydantic-settings", specifier = ">=2.0" }, { name = "pyyaml", specifier = ">=6.0" }, @@ -356,7 +356,7 @@ requires-dist = [ dev = [ { name = "aws-lambda-typing", specifier = ">=2.20.0" }, { name = "boto3", specifier = ">=1.34" }, - { name = "pystac", extras = ["validation"], specifier = ">=1.0" }, + { name = "pystac", extras = ["validation"], specifier = ">=1.14.3" }, { name = "pytest", specifier = ">=8.0" }, { name = "requests", specifier = ">=2.31" }, ]