From 2b981a5048ce88ed9c22993d72675b76156f3f40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 01:20:35 +0000 Subject: [PATCH 1/4] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 2 +- .pre-commit-config.yaml | 6 +++--- requirements-docs.txt | 8 ++++---- requirements-lint.txt | 14 +++++++------- requirements-test.txt | 8 ++++---- tests/functional/fixtures/.env | 2 +- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58370526b..6d7337af8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.RELEASE_GITHUB_TOKEN }} - name: Python Semantic Release - uses: relekang/python-semantic-release@v7.33.1 + uses: relekang/python-semantic-release@v7.33.2 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3dc36f8ce..41621cbaa 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: v2.40.0 + rev: v2.42.1 hooks: - id: commitizen stages: [commit-msg] @@ -20,7 +20,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/pylint - rev: v2.16.1 + rev: v2.17.0 hooks: - id: pylint additional_dependencies: @@ -47,6 +47,6 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 34.124.5 + rev: 34.160.0 hooks: - id: renovate-config-validator diff --git a/requirements-docs.txt b/requirements-docs.txt index 9f7e2f409..7f4bffda1 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,6 +1,6 @@ -r requirements.txt -furo==2022.9.29 +furo==2022.12.7 jinja2==3.1.2 -myst-parser==0.18.1 -sphinx==5.1.1 -sphinxcontrib-autoprogram==0.1.7 +myst-parser==0.19.2 +sphinx==5.3.0 +sphinxcontrib-autoprogram==0.1.8 diff --git a/requirements-lint.txt b/requirements-lint.txt index bdfe268d1..1ebc3bccd 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,13 +1,13 @@ -r requirements.txt -argcomplete==2.0.0 +argcomplete==2.1.1 black==23.1.0 -commitizen==2.40.0 +commitizen==2.42.1 flake8==6.0.0 -isort==5.10.1 -mypy==1.0.0 -pylint==2.15.3 -pytest==7.1.3 -responses==0.22.0 +isort==5.12.0 +mypy==1.1.1 +pylint==2.17.0 +pytest==7.2.2 +responses==0.23.1 types-PyYAML==6.0.12 types-requests==2.28.11.2 types-setuptools==65.5.0.1 diff --git a/requirements-test.txt b/requirements-test.txt index eef561f45..ecd756040 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,9 +1,9 @@ -r requirements.txt -build==0.9.0 +build==0.10.0 coverage==7.2.1 pytest-console-scripts==1.3.1 pytest-cov==4.0.0 -pytest-github-actions-annotate-failures==0.1.7 -pytest==7.1.3 +pytest-github-actions-annotate-failures==0.1.8 +pytest==7.2.2 PyYaml==5.4.1 -responses==0.22.0 +responses==0.23.1 diff --git a/tests/functional/fixtures/.env b/tests/functional/fixtures/.env index 449bc84a1..490b9eb60 100644 --- a/tests/functional/fixtures/.env +++ b/tests/functional/fixtures/.env @@ -1,2 +1,2 @@ GITLAB_IMAGE=gitlab/gitlab-ee -GITLAB_TAG=15.4.0-ee.0 +GITLAB_TAG=15.9.3-ee.0 From 84b69042730ecdbc8f3c03b43dc842990029ce6f Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Sat, 11 Mar 2023 11:18:31 +0100 Subject: [PATCH 2/4] chore(fixtures): downgrade GitLab for now --- 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 490b9eb60..449bc84a1 100644 --- a/tests/functional/fixtures/.env +++ b/tests/functional/fixtures/.env @@ -1,2 +1,2 @@ GITLAB_IMAGE=gitlab/gitlab-ee -GITLAB_TAG=15.9.3-ee.0 +GITLAB_TAG=15.4.0-ee.0 From a3114272e72a642228ac5ebb4c263269788062d5 Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Sat, 11 Mar 2023 11:19:09 +0100 Subject: [PATCH 3/4] chore(deps): ungroup typing deps, group gitlab instead --- .renovaterc.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.renovaterc.json b/.renovaterc.json index 707ffc81f..48fd084fe 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -37,13 +37,8 @@ "packagePatterns": [ "^gitlab\/gitlab-.+$" ], - "automerge": true - }, - { - "matchPackagePrefixes": [ - "types-" - ], - "groupName": "typing dependencies" + "automerge": true, + "groupName": "GitLab" } ] } From 6faf6f136f5b434024bf8f63aaf1162d58e8bb7c Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Sat, 11 Mar 2023 11:39:28 +0100 Subject: [PATCH 4/4] chore(deps): downgrade argcomplete for now Depends on https://github.com/commitizen-tools/commitizen/pull/680. --- .renovaterc.json | 4 ++++ requirements-lint.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.renovaterc.json b/.renovaterc.json index 48fd084fe..376b6566b 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -33,6 +33,10 @@ "extractVersion": "^(?v\\d+\\.\\d+\\.\\d+)$", "versioning": "regex:^v(?\\d+)(\\.(?\\d+)\\.(?\\d+))?$" }, + { + "packageName": "argcomplete", + "enabled": false + }, { "packagePatterns": [ "^gitlab\/gitlab-.+$" diff --git a/requirements-lint.txt b/requirements-lint.txt index 1ebc3bccd..3bc4ffc7f 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,5 +1,5 @@ -r requirements.txt -argcomplete==2.1.1 +argcomplete==2.0.0 black==23.1.0 commitizen==2.42.1 flake8==6.0.0