Skip to content

Commit 9919f5f

Browse files
Update all dependencies
1 parent b22a0f9 commit 9919f5f

File tree

11 files changed

+44
-44
lines changed

11 files changed

+44
-44
lines changed

.github/workflows/ci.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
2626
with:
2727
submodules: True
28-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
28+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
2929
with:
3030
python-version: "${{ matrix.python }}"
3131
- run: "scripts/Sync-Py.ps1"
32-
- uses: "actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808" # v4.3.3
32+
- uses: "actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b" # v4.3.4
3333
with:
3434
name: "lock"
3535
path: "lock.json"
@@ -48,14 +48,14 @@ jobs:
4848
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
4949
with:
5050
submodules: True
51-
- uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
51+
- uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8
5252
with:
5353
name: "lock"
5454
- uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2
5555
with:
5656
path: "${{ env.UV_CACHE_DIR }}"
5757
key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}"
58-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
58+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
5959
with:
6060
python-version: "${{ matrix.python }}"
6161
- run: "scripts/Sync-Py.ps1"
@@ -89,14 +89,14 @@ jobs:
8989
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
9090
with:
9191
submodules: True
92-
- uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
92+
- uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8
9393
with:
9494
name: "lock"
9595
- uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2
9696
with:
9797
path: "${{ env.UV_CACHE_DIR }}"
9898
key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}"
99-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
99+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
100100
with:
101101
python-version: "${{ matrix.python }}"
102102
- run: "scripts/Sync-Py.ps1"
@@ -112,14 +112,14 @@ jobs:
112112
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
113113
with:
114114
submodules: True
115-
- uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
115+
- uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8
116116
with:
117117
name: "lock"
118118
- uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2
119119
with:
120120
path: "${{ env.UV_CACHE_DIR }}"
121121
key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}"
122-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
122+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
123123
with:
124124
python-version: "${{ matrix.python }}"
125125
- run: "scripts/Sync-Py.ps1"
@@ -135,14 +135,14 @@ jobs:
135135
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
136136
with:
137137
submodules: True
138-
- uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
138+
- uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8
139139
with:
140140
name: "lock"
141141
- uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2
142142
with:
143143
path: "${{ env.UV_CACHE_DIR }}"
144144
key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}"
145-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
145+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
146146
with:
147147
python-version: "${{ matrix.python }}"
148148
- run: "scripts/Sync-Py.ps1"
@@ -167,14 +167,14 @@ jobs:
167167
submodules: True
168168
- if: startsWith(matrix.runner, 'ubuntu') || startsWith(matrix.runner, 'macos')
169169
run: "scripts/Initialize-UlLinuxMacOS.ps1"
170-
- uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
170+
- uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8
171171
with:
172172
name: "lock"
173173
- uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2
174174
with:
175175
path: "${{ env.UV_CACHE_DIR }}"
176176
key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}"
177-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
177+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
178178
with:
179179
python-version: "${{ matrix.python }}"
180180
- run: "scripts/Sync-Py.ps1 -Version '${{ matrix.python }}'"
@@ -201,14 +201,14 @@ jobs:
201201
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
202202
with:
203203
submodules: True
204-
- uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
204+
- uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8
205205
with:
206206
name: "lock"
207207
- uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2
208208
with:
209209
path: "${{ env.UV_CACHE_DIR }}"
210210
key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}"
211-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
211+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
212212
with:
213213
python-version: "${{ matrix.python }}"
214214
- run: ". scripts/Initialize-Shell.ps1; scripts/Sync-Py.ps1"

.github/workflows/contrib.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
path: "${{ env.UV_CACHE_DIR }}"
4141
key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}"
42-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
42+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
4343
with:
4444
python-version: "${{ matrix.python }}"
4545
- run: "scripts/Sync-Py.ps1 -Version '3.11'"
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
path: "${{ env.UV_CACHE_DIR }}"
6464
key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}"
65-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
65+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
6666
with:
6767
python-version: "${{ matrix.python }}"
6868
- working-directory: "repo path with spaces"

.github/workflows/high.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
2323
with:
2424
submodules: True
25-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
25+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
2626
with:
2727
python-version: "${{ matrix.python }}"
2828
- run: "scripts/Sync-Py.ps1"
29-
- uses: "actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808" # v4.3.3
29+
- uses: "actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b" # v4.3.4
3030
with:
3131
name: "lock"
3232
path: "lock-high.json"
@@ -41,10 +41,10 @@ jobs:
4141
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
4242
with:
4343
submodules: True
44-
- uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
44+
- uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8
4545
with:
4646
name: "lock"
47-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
47+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
4848
with:
4949
python-version: "${{ matrix.python }}"
5050
- run: "scripts/Sync-Py.ps1"
@@ -61,10 +61,10 @@ jobs:
6161
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
6262
with:
6363
submodules: True
64-
- uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
64+
- uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8
6565
with:
6666
name: "lock"
67-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
67+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
6868
with:
6969
python-version: "${{ matrix.python }}"
7070
- run: "scripts/Sync-Py.ps1"
@@ -80,10 +80,10 @@ jobs:
8080
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
8181
with:
8282
submodules: True
83-
- uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
83+
- uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8
8484
with:
8585
name: "lock"
86-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
86+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
8787
with:
8888
python-version: "${{ matrix.python }}"
8989
- run: "scripts/Sync-Py.ps1"
@@ -99,10 +99,10 @@ jobs:
9999
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
100100
with:
101101
submodules: True
102-
- uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
102+
- uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8
103103
with:
104104
name: "lock"
105-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
105+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
106106
with:
107107
python-version: "${{ matrix.python }}"
108108
- run: "scripts/Sync-Py.ps1"
@@ -127,10 +127,10 @@ jobs:
127127
submodules: True
128128
- if: startsWith(matrix.runner, 'ubuntu') || startsWith(matrix.runner, 'macos')
129129
run: "scripts/Initialize-UlLinuxMacOS.ps1"
130-
- uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
130+
- uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8
131131
with:
132132
name: "lock"
133-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
133+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
134134
with:
135135
python-version: "${{ matrix.python }}"
136136
- run: "scripts/Sync-Py.ps1 -Version '${{ matrix.python }}'"
@@ -150,7 +150,7 @@ jobs:
150150
runs-on: "${{ matrix.runner }}"
151151
steps:
152152
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
153-
- uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
153+
- uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8
154154
with:
155155
name: "lock"
156156
- uses: "stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842" # v5.0.1

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
url: "https://pypi.org/p/boilerdaq"
2626
steps:
2727
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
28-
- uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0
28+
- uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
2929
with:
3030
python-version: "${{ matrix.python }}"
3131
- run: "scripts/Sync-Py.ps1 -Release"
3232
- run: ". scripts/Initialize-Shell.ps1; python -m build --installer uv"
33-
- uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
33+
- uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
3434
with:
3535
subject-path: "dist/**"
3636
- run: "gh release upload '${{ github.event.release.tag_name }}' dist/**"

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ repos:
131131
|tests/.*
132132
)$
133133
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
134-
rev: "v0.4.10"
134+
rev: "v0.5.2"
135135
hooks:
136136
- id: "ruff"
137137
args: ["--extend-fixable", "PIE790"]

docs/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
# ? Core docs
1111
"docutils==0.21.2",
1212
"linkify-it-py==2.0.3",
13-
"myst-nb==1.1.0",
13+
"myst-nb==1.1.1",
1414
"myst-parser==3.0.1",
1515
"numpydoc==1.7.0",
1616
"ruamel-yaml==0.18.6",
@@ -21,7 +21,7 @@ dependencies = [
2121
"sphinx-thebe==0.3.1",
2222
"sphinx-tippy==0.4.3",
2323
"sphinx-togglebutton==0.3.2",
24-
"sphinx==7.3.7",
24+
"sphinx==7.4.4",
2525
"sphinxcontrib-bibtex==2.6.2",
2626
"sphinxcontrib-mermaid==0.9.2",
2727
"sphinxcontrib-towncrier==0.4.0a0",

requirements/dev.in

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ debugpy==1.8.2
66
dvc[gs]==3.51.2
77
fawltydeps==0.16.0
88
pandas-stubs~=2.2.2
9-
pipdeptree==2.23.0
9+
pipdeptree==2.23.1
1010
pre-commit==3.7.1
11-
pyright==1.1.364
11+
pyright==1.1.371
1212
pyside6==6.7.2 ; sys_platform != 'linux' # Missing wheels
13-
ruff==0.4.10
13+
ruff==0.5.2
1414
snakeviz==2.2.0
15-
sourcery==1.19.0
15+
sourcery==1.21.0
1616
towncrier==23.11.0

requirements/install.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
httpx==0.27.0
2-
zstandard==0.22.0
2+
zstandard==0.23.0

requirements/uv.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
uv==0.2.23
1+
uv==0.2.25

scripts/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ version = "0.0.0"
88
description = "Tools."
99
dependencies = [
1010
# ? Core script tools
11-
"copier==9.2.0",
12-
"cyclopts==2.7.1",
11+
"copier==9.3.1",
12+
"cyclopts==2.9.3",
1313
"dulwich==0.22.1",
14-
"ipython==8.25.0",
14+
"ipython==8.26.0",
1515
"pipx==1.6.0",
1616
"toml==0.10.2 ; python_version < '3.11'",
1717
]

submodules/boilercore

0 commit comments

Comments
 (0)