From 9230e85f8d74029433a4cc737adacfde3dcf2e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:05:50 +0000 Subject: [PATCH] build(deps): bump the all group across 1 directory with 5 updates Updates the requirements on [structlog](https://github.com/hynek/structlog), [pyarrow](https://github.com/apache/arrow), [invoke](https://github.com/pyinvoke/invoke), [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty) to permit the latest version. Updates `structlog` to 26.1.0 - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/structlog/compare/25.1.0...26.1.0) Updates `pyarrow` to 25.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v17.0.0...apache-arrow-25.0.0) Updates `invoke` to 3.0.3 - [Commits](https://github.com/pyinvoke/invoke/compare/2.2.1...3.0.3) Updates `ruff` from 0.15.5 to 0.15.22 - [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.5...0.15.22) Updates `ty` from 0.0.32 to 0.0.61 - [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.32...0.0.61) --- updated-dependencies: - dependency-name: invoke dependency-version: 3.0.3 dependency-type: direct:development dependency-group: all - dependency-name: pyarrow dependency-version: 24.0.0 dependency-type: direct:production dependency-group: all - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: structlog dependency-version: 26.1.0 dependency-type: direct:production dependency-group: all - dependency-name: ty dependency-version: 0.0.56 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3c6b199..733d9ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,11 +16,11 @@ classifiers = [ ] dependencies = [ "infrahub-sdk[all]>=1.17,<2", - "structlog>=25.1,<26.0", + "structlog>=25.1,<27.0", "diffsync[redis]>=2.1,<3.0", "netutils>=1.9,<2.0", "tqdm>=4.67", - "pyarrow>=17,<22", + "pyarrow>=17,<26", "fsspec>=2024.6", "filelock>=3.13", ] @@ -44,13 +44,13 @@ dev = [ "types-toml", "types-ujson", "typer-cli", - "invoke>=2.2.1,<3", + "invoke>=2.2.1,<4", "types-PyYAML>=6.0.12", - "ruff==0.15.5", + "ruff==0.15.22", "pytest>=9.0.2,<10", "pytest-cov>=7,<8", "pytest-xdist>=3.8", - "ty==0.0.32", + "ty==0.0.61", "types-python-slugify>=8.0.2.20240310", ]