From 57820e462bac00a9b9844495397a70395f49c2a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 11:06:51 +0000 Subject: [PATCH] chore(deps-dev): bump nox from 2025.5.1 to 2026.2.9 Bumps [nox](https://github.com/wntrblm/nox) from 2025.5.1 to 2026.2.9. - [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.05.01...2026.02.09) --- updated-dependencies: - dependency-name: nox dependency-version: 2026.2.9 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 058e6de..5faf508 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest,cli]", ] -dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.16.0"] +dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[lib] == 0.16.0"] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests