From a56b33c89436bf776511ab26be1e450164744dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 13:18:46 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 4 updates Bumps the python-packages group with 4 updates in the / directory: [nox](https://github.com/wntrblm/nox), [ruff](https://github.com/astral-sh/ruff), [black](https://github.com/psf/black) and [coverage](https://github.com/nedbat/coveragepy). Updates `nox` from 2025.2.9 to 2025.5.1 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2025.02.09...2025.05.01) Updates `ruff` from 0.11.6 to 0.13.1 - [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.11.6...0.13.1) Updates `black` from 25.1.0 to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.1.0...25.9.0) Updates `coverage` from 7.8.0 to 7.10.6 - [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.8.0...7.10.6) --- updated-dependencies: - dependency-name: nox dependency-version: 2025.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: coverage dependency-version: 7.10.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index a0c9cea..0322ca6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -nox==2025.2.9 -ruff==0.11.6 -black==25.1.0 -coverage==7.8.0 \ No newline at end of file +nox==2025.5.1 +ruff==0.13.1 +black==25.9.0 +coverage==7.10.6 \ No newline at end of file