Skip to content

Commit 3bde75d

Browse files
Update minor dependencies
1 parent 8b9b73a commit 3bde75d

File tree

6 files changed

+28
-27
lines changed

6 files changed

+28
-27
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/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3333
with:
34-
python-version: "3.10"
34+
python-version: "3.13"
3535

3636
- name: Upgrade pip
3737
run: |

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- name: Set up Python
141141
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
142142
with:
143-
python-version: "3.11"
143+
python-version: "3.13"
144144

145145
- name: Upgrade pip
146146
run: |

.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.10.0
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.10,<0.11",
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)