From 795211d624e1b23261a7b0f3e49b937e8e4f4b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 13:45:22 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 2 updates Bumps the python-packages group with 2 updates in the / directory: [nox](https://github.com/wntrblm/nox) and [ruff](https://github.com/astral-sh/ruff). 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.11.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.11.6...0.11.8) --- 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.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a0c9cea..aba7d9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -nox==2025.2.9 -ruff==0.11.6 +nox==2025.5.1 +ruff==0.11.8 black==25.1.0 coverage==7.8.0 \ No newline at end of file