From c51c6f25b4c53ae8541613d1f2eea2bcb63694da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 01:00:12 +0000 Subject: [PATCH 1/6] chore(deps): update all non-major dependencies --- .pre-commit-config.yaml | 4 ++-- requirements-lint.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a570cee88..326a1cfaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: hooks: - id: black - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.8 + rev: v4.13.9 hooks: - id: commitizen stages: [commit-msg] @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 43.31.1 + rev: 43.46.6 hooks: - id: renovate-config-validator diff --git a/requirements-lint.txt b/requirements-lint.txt index 021d12133..1bcc3e2be 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,9 +1,9 @@ -r requirements.txt argcomplete==2.0.0 black==26.1.0 -commitizen==4.13.8 +commitizen==4.13.9 flake8==7.3.0 -isort==8.0.0 +isort==8.0.1 mypy==1.19.1 pylint==4.0.5 pytest==9.0.2 From 12827126785d8b57de0eefc8a317009abd9f100d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 01:38:51 +0000 Subject: [PATCH 2/6] chore(deps): update gitlab/gitlab-ee docker tag to v18.9.1-ee.0 (#3360) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tests/functional/fixtures/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/fixtures/.env b/tests/functional/fixtures/.env index 8b6ab0604..a220cbfb4 100644 --- a/tests/functional/fixtures/.env +++ b/tests/functional/fixtures/.env @@ -1,4 +1,4 @@ GITLAB_IMAGE=gitlab/gitlab-ee -GITLAB_TAG=18.9.0-ee.0 +GITLAB_TAG=18.9.1-ee.0 GITLAB_RUNNER_IMAGE=gitlab/gitlab-runner GITLAB_RUNNER_TAG=96856197 From 4b38047352fd8488e0a1c2ccdca497604a552826 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 14:58:48 +0000 Subject: [PATCH 3/6] chore(deps): update all non-major dependencies --- .pre-commit-config.yaml | 4 ++-- requirements-lint.txt | 2 +- requirements-test.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 326a1cfaf..30f22fb1d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/psf/black - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black - repo: https://github.com/commitizen-tools/commitizen @@ -51,6 +51,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 43.46.6 + rev: 43.60.0 hooks: - id: renovate-config-validator diff --git a/requirements-lint.txt b/requirements-lint.txt index 1bcc3e2be..4acf46db9 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,6 +1,6 @@ -r requirements.txt argcomplete==2.0.0 -black==26.1.0 +black==26.3.0 commitizen==4.13.9 flake8==7.3.0 isort==8.0.1 diff --git a/requirements-test.txt b/requirements-test.txt index a5bcbefc5..a6e9a82b1 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,7 +4,7 @@ build==1.4.0 coverage==7.13.4 pytest-console-scripts==1.4.1 pytest-cov==7.0.0 -pytest-github-actions-annotate-failures==0.3.0 +pytest-github-actions-annotate-failures==0.4.0 pytest==9.0.2 PyYaml==6.0.3 responses==0.26.0 From cb0962440d098957480d886e6acc9966c8f50fe8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:45:52 +0000 Subject: [PATCH 4/6] chore(deps): update github artifact actions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 397559d31..829a8603d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -120,7 +120,7 @@ jobs: pip install -r requirements-test.txt - name: Build package run: python -m build -o dist/ - - uses: actions/upload-artifact@v6.0.0 + - uses: actions/upload-artifact@v7.0.0 with: name: dist path: dist @@ -134,7 +134,7 @@ jobs: uses: actions/setup-python@v6.2.0 with: python-version: '3.14' - - uses: actions/download-artifact@v7.0.0 + - uses: actions/download-artifact@v8.0.0 with: name: dist path: dist From 276b84fa90d46d7a1ca3ecc24b2863214d9f7795 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 22:49:59 +0000 Subject: [PATCH 5/6] chore(deps): update dependency black to v26.3.1 [security] --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index 4acf46db9..220f0c407 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,6 +1,6 @@ -r requirements.txt argcomplete==2.0.0 -black==26.3.0 +black==26.3.1 commitizen==4.13.9 flake8==7.3.0 isort==8.0.1 From a77f0dc1895541d951aeb8a3258e035e5f3a8698 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:30:24 +0000 Subject: [PATCH 6/6] chore(deps): update gitlab/gitlab-ee docker tag to v18.9.2-ee.0 (#3371) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tests/functional/fixtures/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/fixtures/.env b/tests/functional/fixtures/.env index a220cbfb4..60eda1be2 100644 --- a/tests/functional/fixtures/.env +++ b/tests/functional/fixtures/.env @@ -1,4 +1,4 @@ GITLAB_IMAGE=gitlab/gitlab-ee -GITLAB_TAG=18.9.1-ee.0 +GITLAB_TAG=18.9.2-ee.0 GITLAB_RUNNER_IMAGE=gitlab/gitlab-runner GITLAB_RUNNER_TAG=96856197