Skip to content

Commit 9d8be5a

Browse files
Update all dependencies
1 parent 288655f commit 9d8be5a

File tree

13 files changed

+27
-27
lines changed

13 files changed

+27
-27
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"ms-azuretools.vscode-docker@1.29.1",
8282
"ms-python.debugpy@2024.6.0",
8383
"ms-python.python@2024.8.1",
84-
"ms-python.vscode-pylance@2024.6.1",
84+
"ms-python.vscode-pylance@2024.8.1",
8585
"ms-toolsai.jupyter@2024.4.0",
8686
"ms-vscode-remote.remote-containers@0.369.0",
8787
"ms-vscode.powershell@2024.2.2",

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: "${{ matrix.python }}"
3131
- run: "scripts/Sync-Py.ps1"
32-
- uses: "actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b" # v4.3.4
32+
- uses: "actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a" # v4.3.6
3333
with:
3434
name: "lock"
3535
path: "lock.json"

.github/workflows/contrib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
path: "${{ env.UV_CACHE_DIR }}"
6464
key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('repo path with spaces/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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: "${{ matrix.python }}"
2828
- run: "scripts/Sync-Py.ps1"
29-
- uses: "actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b" # v4.3.4
29+
- uses: "actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a" # v4.3.6
3030
with:
3131
name: "lock"
3232
path: "lock-high.json"
@@ -150,7 +150,7 @@ jobs:
150150
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
151151
with:
152152
submodules: True
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
url: "https://pypi.org/p/boilerdata"
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: "python -m build --installer uv"
33-
- uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
33+
- uses: actions/attest-build-provenance@310b0a4a3b0b78ef57ecda988ee04b132db73ef8 # v1.4.1
3434
with:
3535
subject-path: "dist/**"
3636
- run: "gh release upload '${{ github.event.release.tag_name }}' dist/**"

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ repos:
9696
- id: "end-of-file-fixer"
9797
- id: "trailing-whitespace"
9898
- repo: "https://github.com/iterative/dvc"
99-
rev: "3.51.2"
99+
rev: "3.54.1"
100100
hooks:
101101
- id: "dvc-post-checkout"
102102
additional_dependencies: ["dvc[gs]"]
@@ -123,7 +123,7 @@ repos:
123123
|tests/.*
124124
)$
125125
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
126-
rev: "v0.5.2"
126+
rev: "v0.6.2"
127127
hooks:
128128
- id: "ruff"
129129
args: ["--extend-fixable", "PIE790"]

docs/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ dependencies = [
1212
"graphviz==0.20.3",
1313
"linkify-it-py==2.0.3",
1414
"myst-nb==1.1.1",
15-
"myst-parser==3.0.1",
16-
"numpydoc==1.7.0",
15+
"myst-parser==4.0.0",
16+
"numpydoc==1.8.0",
1717
"ruamel-yaml==0.18.6",
1818
"sphinx-autobuild==2024.4.16",
1919
"sphinx-autodoc2==0.5.0",
2020
"sphinx-book-theme==1.1.3",
21-
"sphinx-design==0.6.0",
21+
"sphinx-design==0.6.1",
2222
"sphinx-thebe==0.3.1",
2323
"sphinx-tippy==0.4.3",
2424
"sphinx-togglebutton==0.3.2",
25-
"sphinx==7.4.4",
25+
"sphinx==8.0.2",
2626
"sphinxcontrib-bibtex==2.6.2",
2727
"sphinxcontrib-mermaid==0.9.2",
2828
"sphinxcontrib-towncrier==0.4.0a0",

requirements/dev.in

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
--editable docs/
33
--editable scripts/
44
--editable tests/
5-
debugpy==1.8.2
6-
dvc[gs]==3.51.2
7-
fawltydeps==0.16.0
5+
debugpy==1.8.5
6+
dvc[gs]==3.54.1
7+
fawltydeps==0.17.0
88
pandas-stubs~=2.2.0
99
pipdeptree==2.23.1
10-
pre-commit==3.7.1
11-
pyright==1.1.371
12-
ruff==0.5.2
10+
pre-commit==3.8.0
11+
pyright==1.1.377
12+
ruff==0.6.2
1313
snakeviz==2.2.0
14-
sourcery==1.21.0
15-
towncrier==23.11.0
14+
sourcery==1.22.0
15+
towncrier==24.7.1

requirements/uv.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
uv==0.2.25
1+
uv==0.3.1

scripts/Initialize-Shell.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function Set-Env {
2727
ForEach-Object { $_.Matches.Groups[1].value }) : @{}
2828
foreach ($i in @{
2929
PATH = "$LocalBin$($IsWindows ? ';' : ':')$Env:PATH"
30-
PYRIGHT_PYTHON_PYLANCE_VERSION = '2024.6.1'
30+
PYRIGHT_PYTHON_PYLANCE_VERSION = '2024.8.1'
3131
PYDEVD_DISABLE_FILE_VALIDATION = '1'
3232
PYTHONIOENCODING = 'utf-8:strict'
3333
PYTHONWARNDEFAULTENCODING = '1'

0 commit comments

Comments
 (0)