From 430e480dd660c2fa7a9796647b1acd0accfc7372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:33:51 +0000 Subject: [PATCH] Bump the python-dev-tooling group in /src/pypgstac with 2 updates Bumps the python-dev-tooling group in /src/pypgstac with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty). Updates `ruff` from 0.15.13 to 0.15.14 - [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.13...0.15.14) Updates `ty` from 0.0.37 to 0.0.39 - [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.37...0.0.39) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dev-tooling - dependency-name: ty dependency-version: 0.0.39 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 37364c8f..60b38044 100644 --- a/src/pypgstac/pyproject.toml +++ b/src/pypgstac/pyproject.toml @@ -37,8 +37,8 @@ dependencies = [ [dependency-groups] dev = [ "types-setuptools", - "ruff==0.15.13", - "ty==0.0.37", + "ruff==0.15.14", + "ty==0.0.39", "pre-commit==4.6.0", ] test = [