From da247ddd057b5c7e89de3d50fd53a185ec52243e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:26:39 +0000 Subject: [PATCH] Bump the python-dev-tooling group across 1 directory with 2 updates Bumps the python-dev-tooling group with 2 updates in the /src/pypgstac directory: [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty). Updates `ruff` from 0.15.14 to 0.15.17 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.14...0.15.17) Updates `ty` from 0.0.39 to 0.0.49 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ty/compare/0.0.39...0.0.49) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dev-tooling - dependency-name: ty dependency-version: 0.0.42 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dev-tooling ... Signed-off-by: dependabot[bot] --- src/pypgstac/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pypgstac/pyproject.toml b/src/pypgstac/pyproject.toml index 60b38044..9b472080 100644 --- a/src/pypgstac/pyproject.toml +++ b/src/pypgstac/pyproject.toml @@ -37,8 +37,8 @@ dependencies = [ [dependency-groups] dev = [ "types-setuptools", - "ruff==0.15.14", - "ty==0.0.39", + "ruff==0.15.17", + "ty==0.0.49", "pre-commit==4.6.0", ] test = [