From 4d8243f6bb1f0c97dcf47aebd6a2e1f00877cfc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:36:39 +0000 Subject: [PATCH] Bump the pip-deps group across 1 directory with 3 updates Updates the requirements on [hyp3lib](https://github.com/ASFHyP3/hyp3-lib), [ruff](https://github.com/astral-sh/ruff) and [mypy](https://github.com/python/mypy) to permit the latest version. Updates `hyp3lib` to 4.0.1 - [Release notes](https://github.com/ASFHyP3/hyp3-lib/releases) - [Changelog](https://github.com/ASFHyP3/hyp3-lib/blob/develop/CHANGELOG.md) - [Commits](https://github.com/ASFHyP3/hyp3-lib/compare/v3.0.0...v4.0.1) Updates `ruff` from 0.14.4 to 0.14.8 - [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.14.4...0.14.8) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: hyp3lib dependency-version: 4.0.1 dependency-type: direct:production dependency-group: pip-deps - dependency-name: ruff dependency-version: 0.14.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-static.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ce65508..9f00243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers=[ "Programming Language :: Python :: 3.13", ] dependencies = [ - "hyp3lib>=3,<4", + "hyp3lib>=3,<5", # TODO: insert Python dependencies as list here ] dynamic = ["version"] diff --git a/requirements-static.txt b/requirements-static.txt index 6a2b027..10065cf 100644 --- a/requirements-static.txt +++ b/requirements-static.txt @@ -1,2 +1,2 @@ -ruff==0.14.4 -mypy==1.18.2 +ruff==0.14.8 +mypy==1.19.0