From ad12e6ac31369d2c99649c04ae6f14ec8ad89d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 18:18:13 +0000 Subject: [PATCH] Bump nox from 2025.5.1 to 2025.10.14 Bumps [nox](https://github.com/wntrblm/nox) from 2025.5.1 to 2025.10.14. - [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...2025.10.14) --- updated-dependencies: - dependency-name: nox dependency-version: 2025.10.14 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dbc21b1..ef852c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ Homepage = "https://github.com/tandemdude/pysel" Repository = "https://github.com/tandemdude/pysel" [project.optional-dependencies] -dev = ["nox==2025.5.1"] +dev = ["nox==2025.10.14"] "dev.typecheck" = ["mypy==1.17.1"] "dev.format" = ["ruff==0.14.0"] "dev.slotscheck" = ["slotscheck>=0.19.0, <1"]