Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent cd02aab commit c3e910c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
# ! https://github.com/pytest-dev/pytest-cov/issues/479#issuecomment-1247444988
- run: ". scripts/Initialize-Shell.ps1; pytest --cov --cov-config pyproject.toml"
- if: startsWith(matrix.runner, 'ubuntu') && matrix.python == '3.11'
uses: "codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c" # v4.4.1
uses: "codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673" # v4.5.0
env:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
lock:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ repos:
- id: "end-of-file-fixer"
- id: "trailing-whitespace"
- repo: "https://github.com/iterative/dvc"
rev: "3.45.0"
rev: "3.51.2"
hooks:
- id: "dvc-post-checkout"
additional_dependencies: ["dvc[gs]"]
Expand All @@ -125,7 +125,7 @@ repos:
|tests/.*
)$
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
rev: "v0.4.8"
rev: "v0.4.9"
hooks:
- id: "ruff"
args: ["--extend-fixable", "PIE790"]
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keyring==25.2.1
pandas-stubs~=2.2.2
pre-commit==3.7.1
pyright==1.1.367
ruff==0.4.8
ruff==0.4.9
snakeviz==2.2.0
sourcery==1.19.0
towncrier==23.11.0
2 changes: 1 addition & 1 deletion submodules/boilercore
2 changes: 1 addition & 1 deletion submodules/typings
Submodule typings updated 1570 files
4 changes: 2 additions & 2 deletions tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ version = "0.0.0"
description = "Tests."
dependencies = [
# ? Core testing
"pytest-cov==4.1.0",
"pytest-cov==5.0.0",
"pytest-custom-exit-code==0.3.0",
"pytest-github-actions-annotate-failures==0.2.0",
"pytest==8.0.0",
"pytest==8.2.2",
# ? Other testing
# ? Wheels are missing on Linux for PySide6, `uv` doesn't like it
"pyside6==6.7.1 ; sys_platform != 'linux'",
Expand Down

0 comments on commit c3e910c

Please sign in to comment.