Skip to content

Commit 1779323

Browse files
⬆️ bump dependencies
1 parent 082b0fe commit 1779323

11 files changed

Lines changed: 26 additions & 26 deletions

.github/workflows/_publish-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
env:
2323
PYTHON_VERSION: "3.12"
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626

2727
- name: Set up Python ${{ env.PYTHON_VERSION }}
2828
uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ env.PYTHON_VERSION }}
3131

3232
- name: Cache dependencies
33-
uses: actions/cache@v5
33+
uses: actions/cache@v6
3434
with:
3535
path: ~/.cache/pip
3636
key: ${{ runner.os }}-build-${{ hashFiles('pyproject.toml') }}

.github/workflows/_publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
matrix:
1616
python-version: ["3.12"]
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919

2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424

2525
- name: Cache dependencies
26-
uses: actions/cache@v5
26+
uses: actions/cache@v6
2727
with:
2828
path: ~/.cache/pip
2929
key: ${{ runner.os }}-docs-${{ hashFiles('pyproject.toml') }}

.github/workflows/_smoke-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- "3.14"
2626
runs-on: "ubuntu-22.04"
2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@v7
2929
with:
3030
submodules: recursive
3131

@@ -35,7 +35,7 @@ jobs:
3535
python-version: ${{ matrix.python-version }}
3636

3737
- name: Cache dependencies
38-
uses: actions/cache@v5
38+
uses: actions/cache@v6
3939
with:
4040
path: ~/.cache/pip
4141
key: ${{ runner.os }}-samples-${{ hashFiles('**/pyproject.toml') }}

.github/workflows/_static-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
matrix:
1515
python-version: ["3.12"]
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818

1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v6
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323

2424
- name: Cache dependencies
25-
uses: actions/cache@v5
25+
uses: actions/cache@v6
2626
with:
2727
path: ~/.cache/pip
2828
key: ${{ runner.os }}-lint-${{ hashFiles('pyproject.toml') }}
@@ -44,7 +44,7 @@ jobs:
4444
pip install -e '.[lint]'
4545
4646
- name: Cache pre-commit
47-
uses: actions/cache@v5
47+
uses: actions/cache@v6
4848
with:
4949
path: ~/.cache/pre-commit
5050
key: ${{ runner.os }}-prec-${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/_test-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- "3.14"
3232
runs-on: ${{ matrix.os }}
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
with:
3636
submodules: recursive
3737

@@ -41,7 +41,7 @@ jobs:
4141
python-version: ${{ matrix.python-version }}
4242

4343
- name: Cache dependencies
44-
uses: actions/cache@v5
44+
uses: actions/cache@v6
4545
with:
4646
path: ~/.cache/pip
4747
key: ${{ runner.os }}-cli-${{ hashFiles('**/pyproject.toml') }}

.github/workflows/_test-integrations.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- "3.14"
2525
runs-on: ${{ matrix.os }}
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
with:
2929
submodules: recursive
3030

@@ -34,7 +34,7 @@ jobs:
3434
python-version: ${{ matrix.python-version }}
3535

3636
- name: Cache dependencies
37-
uses: actions/cache@v5
37+
uses: actions/cache@v6
3838
with:
3939
path: ~/.cache/pip
4040
key: ${{ runner.os }}-test-${{ hashFiles('pyproject.toml') }}
@@ -80,7 +80,7 @@ jobs:
8080
- "3.10"
8181
runs-on: ${{ matrix.os }}
8282
steps:
83-
- uses: actions/checkout@v6
83+
- uses: actions/checkout@v7
8484
with:
8585
submodules: recursive
8686

@@ -90,7 +90,7 @@ jobs:
9090
python-version: ${{ matrix.python-version }}
9191

9292
- name: Cache dependencies
93-
uses: actions/cache@v5
93+
uses: actions/cache@v6
9494
with:
9595
path: ~/.cache/pip
9696
key: ${{ runner.os }}-test-${{ hashFiles('pyproject.toml') }}

.github/workflows/_test-regressions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- "3.14"
2222
runs-on: ${{ matrix.os }}
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525
with:
2626
submodules: recursive
2727

@@ -31,7 +31,7 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232

3333
- name: Cache dependencies
34-
uses: actions/cache@v5
34+
uses: actions/cache@v6
3535
with:
3636
path: ~/.cache/pip
3737
key: ${{ runner.os }}-test-${{ hashFiles('pyproject.toml') }}

.github/workflows/_test-units.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- "3.14"
2424
runs-on: ${{ matrix.os }}
2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727
with:
2828
submodules: recursive
2929

@@ -33,7 +33,7 @@ jobs:
3333
python-version: ${{ matrix.python-version }}
3434

3535
- name: Cache dependencies
36-
uses: actions/cache@v5
36+
uses: actions/cache@v6
3737
with:
3838
path: ~/.cache/pip
3939
key: ${{ runner.os }}-test-${{ hashFiles('pyproject.toml') }}
@@ -65,7 +65,7 @@ jobs:
6565
- "3.14"
6666
runs-on: ${{ matrix.os }}
6767
steps:
68-
- uses: actions/checkout@v6
68+
- uses: actions/checkout@v7
6969
with:
7070
submodules: recursive
7171

@@ -75,7 +75,7 @@ jobs:
7575
python-version: ${{ matrix.python-version }}
7676

7777
- name: Cache dependencies
78-
uses: actions/cache@v5
78+
uses: actions/cache@v6
7979
with:
8080
path: ~/.cache/pip
8181
key: ${{ runner.os }}-test-${{ hashFiles('pyproject.toml') }}

.github/workflows/_workflow_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
actionlint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/cache@v6v7
1414
- name: Download actionlint
1515
id: get_actionlint
1616
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/charliermarsh/ruff-pre-commit
3-
rev: v0.15.18
3+
rev: v0.15.21
44
hooks:
55
- id: ruff-check
66
args: [ --fix, --exit-non-zero-on-fix]
77
- id: ruff-format
88

99
- repo: https://github.com/betterleaks/betterleaks
10-
rev: v1.5.0
10+
rev: v1.6.1
1111
hooks:
1212
- id: betterleaks
1313

@@ -31,7 +31,7 @@ repos:
3131
stages: [pre-push]
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v2.1.0
34+
rev: v2.2.0
3535
hooks:
3636
- id: mypy
3737
args: []

0 commit comments

Comments
 (0)