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 1/2] 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" From 636ea183385ccb29dcd0064b52752211a186e39f Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 29 Nov 2022 09:21:15 -0500 Subject: [PATCH 2/2] Update .github/workflows/update-dependencies.yml --- .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 777c259d..50d940c6 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -24,7 +24,7 @@ jobs: - uses: wntrblm/nox@2022.11.21 with: - python-versions: "3.6, 3.7, 3.8, 3.9, 3.10, 3.11-dev" + python-versions: "3.6, 3.7, 3.8, 3.9, 3.10, 3.11" - name: "Run update: dependencies" run: nox --force-color -s update_constraints