From 1b1bd690cfa9b0d3e43e1b64c5b6bc476736be1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 03:02:34 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 6 updates Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.2.2.post1` | `1.3.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.0` | `0.12.7` | | [mypy](https://github.com/python/mypy) | `1.16.1` | `1.17.1` | | [zizmor](https://github.com/zizmorcore/zizmor) | `1.9.0` | `1.11.0` | | [freezegun](https://github.com/spulec/freezegun) | `1.5.3` | `1.5.4` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.2` | Updates `build` from 1.2.2.post1 to 1.3.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.2.post1...1.3.0) Updates `ruff` from 0.12.0 to 0.12.7 - [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.12.0...0.12.7) Updates `mypy` from 1.16.1 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.1...v1.17.1) Updates `zizmor` from 1.9.0 to 1.11.0 - [Release notes](https://github.com/zizmorcore/zizmor/releases) - [Changelog](https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md) - [Commits](https://github.com/zizmorcore/zizmor/compare/v1.9.0...v1.11.0) Updates `freezegun` from 1.5.3 to 1.5.4 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](https://github.com/spulec/freezegun/compare/1.5.3...1.5.4) Updates `coverage[toml]` from 7.9.2 to 7.10.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.9.2...7.10.2) --- updated-dependencies: - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: zizmor dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: freezegun dependency-version: 1.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: coverage[toml] dependency-version: 7.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements/build.txt | 2 +- requirements/lint.txt | 8 ++++---- requirements/test.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index 2d7aef17f9..fc5bb56b8e 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,4 +1,4 @@ # The build and tox versions specified here are also used as constraints # during CI and CD Github workflows -build==1.2.2.post1 +build==1.3.0 tox==4.1.2 diff --git a/requirements/lint.txt b/requirements/lint.txt index 16b9222674..0d9f85d333 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -6,9 +6,9 @@ # Lint tools # (We are not so interested in the specific versions of the tools: the versions # are pinned to prevent unexpected linting failures when tools update) -ruff==0.12.0 -mypy==1.16.1 -zizmor==1.9.0 +ruff==0.12.7 +mypy==1.17.1 +zizmor==1.11.0 # Required for type stubs -freezegun==1.5.3 +freezegun==1.5.4 diff --git a/requirements/test.txt b/requirements/test.txt index 0c6c8bc994..6d1a0062d3 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,5 +4,5 @@ -r pinned.txt # coverage measurement -coverage[toml]==7.9.2 -freezegun==1.5.3 +coverage[toml]==7.10.2 +freezegun==1.5.4