Skip to content

Commit 3984e5c

Browse files
Update minor dependencies
1 parent 8b9b73a commit 3984e5c

9 files changed

+1058
-1057
lines changed

.github/workflows/auto-merge-dependabot-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919
steps:
2020
- name: Harden Runner
21-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
21+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
2222
with:
2323
disable-sudo: true
2424
egress-policy: block

.github/workflows/benchmark.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Harden Runner
23-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
23+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
2424
with:
2525
disable-sudo: true
2626
egress-policy: block
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Python
4040
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
4141
with:
42-
python-version: "3.11"
42+
python-version: "3.13"
4343

4444
- name: Upgrade pip
4545
run: |

.github/workflows/codeql.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Harden Runner
43-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
43+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
4444
with:
4545
disable-sudo: true
4646
egress-policy: block

.github/workflows/labeler.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: read
1414
steps:
1515
- name: Harden Runner
16-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
16+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
1717
with:
1818
disable-sudo: true
1919
egress-policy: audit
@@ -26,6 +26,6 @@ jobs:
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727

2828
- name: Run Labeler
29-
uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5.2.0
29+
uses: crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # v5.3.0
3030
with:
3131
skip-delete: true

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
steps:
1515
- name: Harden Runner
16-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
16+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
1717
with:
1818
disable-sudo: true
1919
egress-policy: block
@@ -29,9 +29,9 @@ jobs:
2929
fetch-depth: 2
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
32+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3333
with:
34-
python-version: "3.10"
34+
python-version: "3.13"
3535

3636
- name: Upgrade pip
3737
run: |

.github/workflows/tests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Harden Runner
46-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
46+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
4747
with:
4848
disable-sudo: true
4949
egress-policy: block
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6464

6565
- name: Set up Python ${{ matrix.python }}
66-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
66+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6767
with:
6868
python-version: ${{ matrix.python }}
6969

@@ -138,9 +138,9 @@ jobs:
138138
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
139139

140140
- name: Set up Python
141-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
141+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
142142
with:
143-
python-version: "3.11"
143+
python-version: "3.13"
144144

145145
- name: Upgrade pip
146146
run: |
@@ -158,7 +158,7 @@ jobs:
158158
nox --version
159159
160160
- name: Download coverage data
161-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
161+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
162162
with:
163163
name: coverage-data
164164

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
2929
# Ruff version.
30-
rev: v0.9.9
30+
rev: v0.11.7
3131
hooks:
3232
# Run the linter.
3333
- id: ruff

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ devops-deployment-metrics = "devops_deployment_metrics.__main__:main"
3131
[dependency-groups]
3232
dev = [
3333
"nox>=2024.10.9",
34-
"ruff>=0.9.1,<0.10",
34+
"ruff>=0.11.7,<0.12",
3535
"pytest-benchmark>=5.0.0,<6",
3636
"Pygments>=2.10.0",
3737
"coverage[toml]>=6.2",

0 commit comments

Comments
 (0)