From 3f7e43fc3f7892ecdee4c539465b8dd8f914b937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:55:57 -0600 Subject: [PATCH] Update nox requirement from ~=2024.4.15 to ~=2024.10.9 (#121) 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/2024.04.15...2024.10.09) --- updated-dependencies: - dependency-name: nox dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 360546e..c8c3146 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ license = { file = 'LICENSE' } [project.optional-dependencies] ci = [ - 'nox~=2024.4.15', + 'nox~=2024.10.9', ] docs = [ 'recommonmark~=0.7.1',