Skip to content

Commit bbd01e8

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 76eb024 commit bbd01e8

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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.2.0
2626
- name: Set up Python
27-
uses: actions/setup-python@v4.3.1
27+
uses: actions/setup-python@v4.4.0
2828
with:
2929
python-version: "3.11"
3030
- name: Install dependencies
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v3.2.0
4646
- name: Set up Python
47-
uses: actions/setup-python@v4.3.1
47+
uses: actions/setup-python@v4.4.0
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.2.0
2626
with:
2727
fetch-depth: 0
28-
- uses: actions/setup-python@v4.3.1
28+
- uses: actions/setup-python@v4.4.0
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.2.0
33-
- uses: actions/setup-python@v4.3.1
33+
- uses: actions/setup-python@v4.4.0
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
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v3.2.0
5050
- name: Set up Python ${{ matrix.python.version }}
51-
uses: actions/setup-python@v4.3.1
51+
uses: actions/setup-python@v4.4.0
5252
with:
5353
python-version: ${{ matrix.python.version }}
5454
- name: Install dependencies
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v3.2.0
6868
- name: Set up Python
69-
uses: actions/setup-python@v4.3.1
69+
uses: actions/setup-python@v4.4.0
7070
with:
7171
python-version: "3.11"
7272
- name: Install dependencies
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- uses: actions/checkout@v3.2.0
8989
- name: Set up Python ${{ matrix.python-version }}
90-
uses: actions/setup-python@v4.3.1
90+
uses: actions/setup-python@v4.4.0
9191
with:
9292
python-version: "3.11"
9393
- name: Install dependencies
@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
- uses: actions/checkout@v3.2.0
130130
- name: Set up Python
131-
uses: actions/setup-python@v4.3.1
131+
uses: actions/setup-python@v4.4.0
132132
with:
133133
python-version: '3.11'
134134
- uses: actions/download-artifact@v3.0.1

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/pycqa/isort
19-
rev: 5.11.3
19+
rev: 5.11.4
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/pycqa/pylint
@@ -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.56.3
50+
rev: 34.74.0
5151
hooks:
5252
- id: renovate-config-validator

0 commit comments

Comments
 (0)