From 8f07b73fec22b9dd3d67cbc835cb6f17383e75b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:02:01 +0000 Subject: [PATCH] Bump wntrblm/nox from 2022.8.7 to 2022.11.21 Bumps [wntrblm/nox](https://github.com/wntrblm/nox) from 2022.8.7 to 2022.11.21. - [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/2022.8.7...2022.11.21) --- updated-dependencies: - dependency-name: wntrblm/nox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 2b15fbb7..777c259d 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: wntrblm/nox@2022.8.7 + - uses: wntrblm/nox@2022.11.21 with: python-versions: "3.6, 3.7, 3.8, 3.9, 3.10, 3.11-dev"