diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-11 11:18:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-11 11:18:22 +0000 |
| commit | 07d03dc959128e05d21e8dfd79aa8e916ab5b150 (patch) | |
| tree | 7246e9c2b95e70589e8e2dc7ff2c175ff3acff2d | |
| parent | 4f7c78436e62bfd21745c5289117e03ed896bc66 (diff) | |
| download | gitlab-07d03dc959128e05d21e8dfd79aa8e916ab5b150.tar.gz | |
chore(deps): update all non-major dependencies (#2493)
* chore(deps): update all non-major dependencies
* chore(fixtures): downgrade GitLab for now
* chore(deps): ungroup typing deps, group gitlab instead
* chore(deps): downgrade argcomplete for now
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nejc Habjan <nejc.habjan@siemens.com>
| -rw-r--r-- | .github/workflows/release.yml | 2 | ||||
| -rw-r--r-- | .pre-commit-config.yaml | 6 | ||||
| -rw-r--r-- | .renovaterc.json | 13 | ||||
| -rw-r--r-- | requirements-docs.txt | 8 | ||||
| -rw-r--r-- | requirements-lint.txt | 12 | ||||
| -rw-r--r-- | requirements-test.txt | 8 |
6 files changed, 24 insertions, 25 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5837052..6d7337a 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 3dc36f8..41621cb 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/.renovaterc.json b/.renovaterc.json index 707ffc8..376b656 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -34,16 +34,15 @@ "versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$" }, { - "packagePatterns": [ - "^gitlab\/gitlab-.+$" - ], - "automerge": true + "packageName": "argcomplete", + "enabled": false }, { - "matchPackagePrefixes": [ - "types-" + "packagePatterns": [ + "^gitlab\/gitlab-.+$" ], - "groupName": "typing dependencies" + "automerge": true, + "groupName": "GitLab" } ] } diff --git a/requirements-docs.txt b/requirements-docs.txt index 9f7e2f4..7f4bffd 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 bdfe268..3bc4ffc 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,13 +1,13 @@ -r requirements.txt argcomplete==2.0.0 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 eef561f..ecd7560 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 |
