From b015ed4165a09f0a73e7e3f1375058f1e4fc590f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:25:39 +0000 Subject: [PATCH] Update nox requirement from ^2024.10.9 to >=2024.10.9,<2026.0.0 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.10.09...2025.02.09) --- updated-dependencies: - dependency-name: nox 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 6172706..c16c8e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ httpx = ">= 0.24" pydantic = ">= 2" [tool.poetry.group.dev.dependencies] -nox = "^2024.10.9" +nox = ">=2024.10.9,<2026.0.0" [tool.poetry.group.docs.dependencies] sphinx = ">= 5.3"