Skip to content

Commit c205d4f

Browse files
Merge pull request #59 from softboiler/renovate/all
Update all dependencies
2 parents a55ea2c + a3cc876 commit c205d4f

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
# ! https://github.com/pytest-dev/pytest-cov/issues/479#issuecomment-1247444988
182182
- run: ". scripts/Initialize-Shell.ps1; pytest --cov --cov-config pyproject.toml"
183183
- if: startsWith(matrix.runner, 'ubuntu') && matrix.python == '3.11'
184-
uses: "codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c" # v4.4.1
184+
uses: "codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673" # v4.5.0
185185
env:
186186
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
187187
lock:

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ repos:
9898
- id: "end-of-file-fixer"
9999
- id: "trailing-whitespace"
100100
- repo: "https://github.com/iterative/dvc"
101-
rev: "3.45.0"
101+
rev: "3.51.2"
102102
hooks:
103103
- id: "dvc-post-checkout"
104104
additional_dependencies: ["dvc[gs]"]
@@ -125,7 +125,7 @@ repos:
125125
|tests/.*
126126
)$
127127
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
128-
rev: "v0.4.8"
128+
rev: "v0.4.9"
129129
hooks:
130130
- id: "ruff"
131131
args: ["--extend-fixable", "PIE790"]

lock.json

+12-12
Large diffs are not rendered by default.

requirements/dev.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keyring==25.2.1
1111
pandas-stubs~=2.2.2
1212
pre-commit==3.7.1
1313
pyright==1.1.367
14-
ruff==0.4.8
14+
ruff==0.4.9
1515
snakeviz==2.2.0
1616
sourcery==1.19.0
1717
towncrier==23.11.0

requirements/uv.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
uv==0.2.11
1+
uv==0.2.12

submodules/typings

Submodule typings updated 1570 files

tests/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ version = "0.0.0"
88
description = "Tests."
99
dependencies = [
1010
# ? Core testing
11-
"pytest-cov==4.1.0",
11+
"pytest-cov==5.0.0",
1212
"pytest-custom-exit-code==0.3.0",
1313
"pytest-github-actions-annotate-failures==0.2.0",
14-
"pytest==8.0.0",
14+
"pytest==8.2.2",
1515
# ? Other testing
1616
# ? Wheels are missing on Linux for PySide6, `uv` doesn't like it
1717
"pyside6==6.7.1 ; sys_platform != 'linux'",

0 commit comments

Comments
 (0)