Skip to content

Commit 159b958

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update all non-major dependencies
1 parent af137ca commit 159b958

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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@v4.2.2
2626
- name: Set up Python
27-
uses: actions/setup-python@v5.5.0
27+
uses: actions/setup-python@v5.6.0
2828
with:
2929
python-version: "3.13"
3030
- name: Install dependencies
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v4.2.2
4141
- name: Set up Python
42-
uses: actions/setup-python@v5.5.0
42+
uses: actions/setup-python@v5.6.0
4343
with:
4444
python-version: "3.13"
4545
- 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@v4.2.2
2626
with:
2727
fetch-depth: 0
28-
- uses: actions/setup-python@v5.5.0
28+
- uses: actions/setup-python@v5.6.0
2929
with:
3030
python-version: "3.13"
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@v4.2.2
33-
- uses: actions/setup-python@v5.5.0
33+
- uses: actions/setup-python@v5.6.0
3434
with:
3535
python-version: "3.13"
3636
- name: install tox

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v4.2.2
5252
- name: Set up Python ${{ matrix.python.version }}
53-
uses: actions/setup-python@v5.5.0
53+
uses: actions/setup-python@v5.6.0
5454
with:
5555
python-version: ${{ matrix.python.version }}
5656
- name: Install dependencies
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@v4.2.2
7171
- name: Set up Python
72-
uses: actions/setup-python@v5.5.0
72+
uses: actions/setup-python@v5.6.0
7373
with:
7474
python-version: "3.13"
7575
- name: Install dependencies
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- uses: actions/checkout@v4.2.2
9393
- name: Set up Python ${{ matrix.python-version }}
94-
uses: actions/setup-python@v5.5.0
94+
uses: actions/setup-python@v5.6.0
9595
with:
9696
python-version: "3.13"
9797
- name: Install dependencies
@@ -114,7 +114,7 @@ jobs:
114114
name: Python wheel
115115
steps:
116116
- uses: actions/checkout@v4.2.2
117-
- uses: actions/setup-python@v5.5.0
117+
- uses: actions/setup-python@v5.6.0
118118
with:
119119
python-version: "3.13"
120120
- name: Install dependencies
@@ -133,10 +133,10 @@ jobs:
133133
steps:
134134
- uses: actions/checkout@v4.2.2
135135
- name: Set up Python
136-
uses: actions/setup-python@v5.5.0
136+
uses: actions/setup-python@v5.6.0
137137
with:
138138
python-version: '3.13'
139-
- uses: actions/download-artifact@v4.2.1
139+
- uses: actions/download-artifact@v4.3.0
140140
with:
141141
name: dist
142142
path: dist

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ repos:
5151
- id: rst-directive-colons
5252
- id: rst-inline-touching-normal
5353
- repo: https://github.com/maxbrunet/pre-commit-renovate
54-
rev: 39.253.1
54+
rev: 39.261.4
5555
hooks:
5656
- id: renovate-config-validator

0 commit comments

Comments
 (0)