From 2cbb8eba39890c673e7da3f0886fb664b5ab4ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:44:28 +0000 Subject: [PATCH] Update nox requirement from ^2023.4.22 to >=2023.4.22,<2025.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/2023.04.22...2024.03.02) --- 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 6ed60ca..11e4662 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pydantic = ">= 2" typing-extensions = ">= 4.4.0" [tool.poetry.group.dev.dependencies] -nox = "^2023.4.22" +nox = ">=2023.4.22,<2025.0.0" [tool.poetry.group.docs.dependencies] sphinx = ">= 5.3"