Skip to content

Commit 20dae51

Browse files
Update minor dependencies
1 parent 8b9b73a commit 20dae51

File tree

7 files changed

+33
-32
lines changed

7 files changed

+33
-32
lines changed

.github/workflows/benchmark.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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

+2-2
Original file line numberDiff line numberDiff line change
@@ -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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3333
with:
34-
python-version: "3.10"
34+
python-version: "3.13"
3535

3636
- name: Upgrade pip
3737
run: |

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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.6
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.6,<0.12",
3535
"pytest-benchmark>=5.0.0,<6",
3636
"Pygments>=2.10.0",
3737
"coverage[toml]>=6.2",

uv.lock

+23-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)