From ad89753d14ce25afb38a1662733540b161dd4f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:44:03 +0000 Subject: [PATCH] chore(uv): update nox requirement from >=2025.11.12 to >=2026.4.10 Updates the requirements on [nox](https://github.com/wntrblm/nox) to permit the latest version. - [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.11.12...2026.04.10) --- updated-dependencies: - dependency-name: nox dependency-version: 2026.4.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fd68617..b5f84f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dev = [ "ipykernel>=7.2.0", "jupyter>=1.1.1", "mkdocs-material>=9.7.6", - "nox>=2025.11.12", + "nox>=2026.4.10", "pre-commit>=4.5.1", "pytest>=9.0.2", "pytest-cov>=7.1.0",