From 1981d9d0ad5751125b7e7b4148f451bf6213e475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 06:48:17 +0000 Subject: [PATCH 1/4] build(deps): bump actions/configure-pages from 4 to 5 Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 678c4117..bd4d44f0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -69,7 +69,7 @@ jobs: retention-days: 30 - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main') - name: Upload artifact From 3e9477bc56ae1b566ff54a1c93d04cced15093b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:18:54 +0000 Subject: [PATCH 2/4] build(deps): bump softprops/action-gh-release from 1 to 2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/packager.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packager.yml b/.github/workflows/packager.yml index 0e8ac4ed..d0d67b8c 100644 --- a/.github/workflows/packager.yml +++ b/.github/workflows/packager.yml @@ -143,7 +143,7 @@ jobs: git add ${{ env.PROJECT_FOLDER }}/ - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: fail_on_unmatched_files: true generate_release_notes: true From 4eb916a8c0fa87b85552ce1297c2e1cb5f75b732 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:57:38 +0000 Subject: [PATCH 3/4] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.11...v0.3.5) - [github.com/psf/black: 23.12.1 → 24.3.0](https://github.com/psf/black/compare/23.12.1...24.3.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b369c983..b2a6c1d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,14 +17,14 @@ repos: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.1.11" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.3.5" hooks: - id: ruff args: ["--fix-only", "--target-version=py39"] - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.3.0 hooks: - id: black args: ["--target-version=py39"] From 94ce7644be07a798c7c3dfe1a3f4d95574a1fac6 Mon Sep 17 00:00:00 2001 From: "Julien M." Date: Tue, 2 Apr 2024 13:23:42 +0200 Subject: [PATCH 4/4] tooling: exclue les BDD internes de QGIS --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f1c7164e..b9c5eaac 100644 --- a/.gitignore +++ b/.gitignore @@ -134,5 +134,6 @@ dmypy.json # Custom ################################### # ########################################## +qtribu/gui/*.db *.qm *.zip