Skip to content

Commit 1580270

Browse files
Update minor dependencies
1 parent 4a702e8 commit 1580270

File tree

7 files changed

+29
-29
lines changed

7 files changed

+29
-29
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Python
4040
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
4141
with:
42-
python-version: "3.13"
42+
python-version: "3.14"
4343

4444
- name: Upgrade pip
4545
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3333
with:
34-
python-version: "3.13"
34+
python-version: "3.14"
3535

3636
- name: Upgrade pip
3737
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- name: Set up Python
141141
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
142142
with:
143-
python-version: "3.13"
143+
python-version: "3.14"
144144

145145
- name: Upgrade pip
146146
run: |

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.13.1
30+
rev: v0.14.0
3131
hooks:
3232
# Run the linter.
3333
- id: ruff

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
furo==2025.7.19
1+
furo==2025.9.25
22
sphinx==8.2.3
33
sphinx-click==6.1.0
44
myst_parser==4.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
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>=2025.5.1",
34-
"ruff>=0.13,<0.14",
34+
"ruff>=0.14,<0.15",
3535
"pytest-benchmark>=5.0.0,<6",
3636
"Pygments>=2.10.0",
3737
"coverage[toml]>=6.2",

uv.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)