Skip to content

Commit 51a38c9

Browse files
Update nox requirement from ^2024.10.9 to >=2024.10.9,<2026.0.0 (#115)
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](wntrblm/nox@2024.10.09...2025.02.09) --- updated-dependencies: - dependency-name: nox dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71bc8e1 commit 51a38c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ httpx = ">= 0.24"
2121
pydantic = ">= 2"
2222

2323
[tool.poetry.group.dev.dependencies]
24-
nox = "^2024.10.9"
24+
nox = ">=2024.10.9,<2026.0.0"
2525

2626
[tool.poetry.group.docs.dependencies]
2727
sphinx = ">= 5.3"

0 commit comments

Comments
 (0)