From b246d0814fababb9099c6e0997f3b51f172c7b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 11:05:16 +0000 Subject: [PATCH] Bump setuptools-scm from 6.4.2 to 8.0.4 (#143) * Bump setuptools-scm from 6.4.2 to 8.0.4 Bumps [setuptools-scm](https://github.com/pypa/setuptools_scm) from 6.4.2 to 8.0.4. - [Release notes](https://github.com/pypa/setuptools_scm/releases) - [Changelog](https://github.com/pypa/setuptools_scm/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/setuptools_scm/compare/v6.4.2...v8.0.4) --- updated-dependencies: - dependency-name: setuptools-scm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * chore: remove fix version of docutils --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christophe CHAUVET --- .github/workflows/pythonapp.yml | 5 +---- Pipfile | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 3bcb919..33d8227 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.10', '3.11'] + python-version: ['3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4 @@ -24,11 +24,8 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install dependencies - env: - DOCUTILS: 0.19 run: | pip install -U pip - pip install docutils==$DOCUTILS pip install -r requirements.txt pip install -e . - name: Lint with flake8 diff --git a/Pipfile b/Pipfile index 42b8c08..503d4a0 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -setuptools-scm = "==7.1.0" +setuptools-scm = "==8.0.4" Sphinx = "==7.2.6" [requires]