From 6881491f719249ae573f5a88a08e0da334638387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 15:32:14 +0000 Subject: [PATCH] Update nox requirement from ^2020.8.22 to ^2022.1.7 Updates the requirements on [nox](https://github.com/theacodes/nox) to permit the latest version. - [Release notes](https://github.com/theacodes/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/theacodes/nox/compare/2020.8.22...2022.1.7) --- 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 0ca2beb..3ce3e47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ sqlalchemy = '^1.2, !=1.2.9, < 1.4' nplus1loader = { version = '^1.0', optional = true } [tool.poetry.dev-dependencies] -nox = "^2020.8.22" +nox = "^2022.1.7" pytest = "^6.0.1" pytest-cov = "^2.10.1" nplus1loader = '^1.0'