diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-02-06 07:41:37 +0000 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2023-02-06 08:52:38 +0100 |
commit | 2f069999c5dfd637f17d1ded300ea7628c0566c3 (patch) | |
tree | b2b31ccf1e293d0dc0ca9b5b5e23360d8d5bba41 | |
parent | 217a78780c3ae6e41fb9d76d4d841c5d576de45f (diff) | |
download | gitlab-2f069999c5dfd637f17d1ded300ea7628c0566c3.tar.gz |
chore(deps): update all non-major dependencies
-rw-r--r-- | .github/workflows/release.yml | 2 | ||||
-rw-r--r-- | .pre-commit-config.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c53e065..5837052 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.0 + uses: relekang/python-semantic-release@v7.33.1 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 cc1fab3..3dc36f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/pylint - rev: v2.15.10 + rev: v2.16.1 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.117.1 + rev: 34.124.5 hooks: - id: renovate-config-validator |