summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-10-24 00:59:49 +0000
committerJohn Villalovos <john@sodarock.com>2022-10-23 21:14:10 -0700
commitdde3642bcd41ea17c4f301188cb571db31fe4da8 (patch)
tree085e1c58b9e7cc314ae35a2227094bf44553b1cf
parenteec6c021bb26aeade48e4882cd4fed70c867d731 (diff)
downloadgitlab-dde3642bcd41ea17c4f301188cb571db31fe4da8.tar.gz
chore(deps): update all non-major dependencies
-rw-r--r--.github/workflows/docs.yml2
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--.pre-commit-config.yaml4
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 48f1c84..aec066b 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -34,7 +34,7 @@ jobs:
TOXENV: docs
run: tox
- name: Archive generated docs
- uses: actions/upload-artifact@v3.1.0
+ uses: actions/upload-artifact@v3.1.1
with:
name: html-docs
path: build/sphinx/html/
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 88e9840..35b6701 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.32.1
+ uses: relekang/python-semantic-release@v7.32.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 92cbb50..910e8aa 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.4
+ rev: v2.15.5
hooks:
- id: pylint
additional_dependencies:
@@ -45,6 +45,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
- rev: 32.238.4
+ rev: 32.241.11
hooks:
- id: renovate-config-validator