From 03018a27735b77f61cce657bb06f710818343942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 01:01:21 +0000 Subject: [PATCH] Update nox requirement from ^2023.4.22 to ^2024.4.15 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.04.15) --- 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 030e4af..e504eaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python-dotenv = "^1.0.0" ruff = "^0.1.14" black = "^23.3.0" isort = "^5.12.0" -nox = "^2023.4.22" +nox = "^2024.4.15" [tool.ruff] line-length = 120