Skip to content

Commit 492800f

Browse files
fix(deps): update all non-major dependencies
1 parent 0a5f83f commit 492800f

11 files changed

Lines changed: 405 additions & 388 deletions

File tree

.github/workflows/generate-plots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
persist-credentials: true
24-
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
24+
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2525
with:
2626
working-directory: './utils/visualize'
2727
enable-cache: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919
persist-credentials: false
2020
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
21-
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
21+
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2222
with:
2323
activate-environment: true
2424
enable-cache: "true"

.github/workflows/pr-comment-generate-plots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: ${{ github.event.pull_request.head.sha }}
1919
fetch-depth: 0
2020
persist-credentials: false
21-
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
21+
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2222
with:
2323
working-directory: './utils/visualize'
2424
enable-cache: true

.github/workflows/test-measure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2222
with:
2323
persist-credentials: false
24-
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
24+
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2525
with:
2626
working-directory: './utils/measure'
2727
python-version: '3.14'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2323
with:
2424
persist-credentials: false
25-
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
25+
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2626
with:
2727
enable-cache: true
2828
cache-dependency-glob: |

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Run zizmor 🌈
26-
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
26+
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ docs = [
107107
dev = [
108108
"prek",
109109
"ruff>=0.15.0",
110-
"mypy==2.1.0",
110+
"mypy==2.2.0",
111111
"voluptuous-stubs>=0.1",
112112
"homeassistant-stubs",
113-
"pytest-homeassistant-custom-component==0.13.340",
113+
"pytest-homeassistant-custom-component==0.13.345",
114114
"types-pytz>=2024.1",
115115
"types-croniter>=2.0",
116116
"croniter>=6.0.0",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
numpy==2.5.0
1+
numpy==2.5.1
22
opencv-python==5.0.0.93
33
packaging==26.2
4-
Pillow==12.2.0
4+
Pillow==12.3.0
55
pyparsing==3.3.2
66
pytesseract==0.3.13

utils/visualize/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
dev = [
3434
"pre-commit>=4.0.0",
3535
"ruff>=0.12.0",
36-
"mypy==2.1.0"
36+
"mypy==2.2.0"
3737
]
3838

3939
[build-system]

utils/visualize/uv.lock

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

0 commit comments

Comments
 (0)