diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 2b15fbb7..50d940c6 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -22,9 +22,9 @@ 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" + 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