From ccf6274e6a1aeaa0380e280db94bfd466f2c5e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:26:32 +0000 Subject: [PATCH] chore(deps): bump nox from 2024.4.15 to 2024.10.9 Bumps [nox](https://github.com/wntrblm/nox) from 2024.4.15 to 2024.10.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/2024.04.15...2024.10.09) --- updated-dependencies: - dependency-name: nox 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 73bec8f..471c1ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = ["asyncpg>=0.29.0, <0.30", "typing_extensions>=4.12.2, <5"] dynamic = ["version", "description"] [project.optional-dependencies] -dev = ["nox==2024.4.15"] +dev = ["nox==2024.10.9"] "dev.format" = ["ruff==0.6.7"] "dev.typecheck" = ["pyright==1.1.382.post0", "asyncpg-stubs>=0.29.1, <0.30"] "dev.slotscheck" = ["slotscheck>=0.19.0, <1"]