Skip to content

Commit 1816107

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 82c61e1 commit 1816107

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3.1.0
2626
- name: Set up Python
27-
uses: actions/setup-python@v4.3.0
27+
uses: actions/setup-python@v4.3.1
2828
with:
2929
python-version: "3.11"
3030
- name: Install dependencies
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v3.1.0
4646
- name: Set up Python
47-
uses: actions/setup-python@v4.3.0
47+
uses: actions/setup-python@v4.3.1
4848
with:
4949
python-version: "3.11"
5050
- name: Install dependencies

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3.1.0
2626
with:
2727
fetch-depth: 0
28-
- uses: actions/setup-python@v4.3.0
28+
- uses: actions/setup-python@v4.3.1
2929
with:
3030
python-version: "3.11"
3131
- run: pip install --upgrade tox

.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v3.1.0
33-
- uses: actions/setup-python@v4.3.0
33+
- uses: actions/setup-python@v4.3.1
3434
with:
3535
python-version: "3.11"
3636
- name: install tox

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v3.1.0
4949
- name: Set up Python ${{ matrix.python.version }}
50-
uses: actions/setup-python@v4.3.0
50+
uses: actions/setup-python@v4.3.1
5151
with:
5252
python-version: ${{ matrix.python.version }}
5353
- name: Install dependencies
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v3.1.0
6767
- name: Set up Python
68-
uses: actions/setup-python@v4.3.0
68+
uses: actions/setup-python@v4.3.1
6969
with:
7070
python-version: "3.11"
7171
- name: Install dependencies
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- uses: actions/checkout@v3.1.0
8888
- name: Set up Python ${{ matrix.python-version }}
89-
uses: actions/setup-python@v4.3.0
89+
uses: actions/setup-python@v4.3.1
9090
with:
9191
python-version: "3.11"
9292
- name: Install dependencies
@@ -127,7 +127,7 @@ jobs:
127127
steps:
128128
- uses: actions/checkout@v3.1.0
129129
- name: Set up Python
130-
uses: actions/setup-python@v4.3.0
130+
uses: actions/setup-python@v4.3.1
131131
with:
132132
python-version: '3.11'
133133
- uses: actions/download-artifact@v3.0.1

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 22.10.0
6+
rev: 22.12.0
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v2.37.1
10+
rev: v2.38.0
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/pycqa/pylint
23-
rev: v2.15.7
23+
rev: v2.15.8
2424
hooks:
2525
- id: pylint
2626
additional_dependencies:
@@ -47,6 +47,6 @@ repos:
4747
- id: rst-directive-colons
4848
- id: rst-inline-touching-normal
4949
- repo: https://github.com/maxbrunet/pre-commit-renovate
50-
rev: 34.48.4
50+
rev: 34.54.2
5151
hooks:
5252
- id: renovate-config-validator

0 commit comments

Comments
 (0)