Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JohnVillalovos committed Dec 2, 2022
1 parent 22b11db commit 21e767d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Expand Up @@ -107,16 +107,16 @@ jobs:
runs-on: ubuntu-latest
name: Python wheel
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
- uses: actions/checkout@v1.2.0
- uses: actions/setup-python@v2.3.3
with:
python-version: "3.11"
- name: Install dependencies
run: |
pip install -r requirements-test.txt
- name: Build package
run: python -m build -o dist/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v2.3.1
with:
name: dist
path: dist
Expand All @@ -125,12 +125,12 @@ jobs:
runs-on: ubuntu-latest
needs: [dist]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v4.3.0
with:
python-version: '3.11'
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v2.1.0
with:
name: dist
path: dist
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -7,7 +7,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.37.0
rev: v2.37.1
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -20,7 +20,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pycqa/pylint
rev: v2.15.6
rev: v2.15.7
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -47,6 +47,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 34.29.2
rev: 34.48.0
hooks:
- id: renovate-config-validator

0 comments on commit 21e767d

Please sign in to comment.