From f5cf7e01bfb91238cff640e1d85ccc0dd25e1b19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 05:15:50 +0000 Subject: [PATCH] Bump nox from 2020.5.24 to 2020.8.22 in /.github/workflows Bumps [nox](https://github.com/theacodes/nox) from 2020.5.24 to 2020.8.22. - [Release notes](https://github.com/theacodes/nox/releases) - [Changelog](https://github.com/theacodes/nox/blob/master/CHANGELOG.md) - [Commits](https://github.com/theacodes/nox/compare/2020.5.24...2020.8.22) Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 7506e7d..464fc76 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,4 +1,4 @@ pip==20.2.2 -nox==2020.5.24 +nox==2020.8.22 poetry==1.0.10 virtualenv==20.0.31