Skip to content

Commit

Permalink
build(deps): update bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 8d856d0 commit ad42340
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: mixed-line-ending
- repo: https://github.com/astral-sh/ruff-pre-commit
# renovate: datasource=pypi;depName=ruff
rev: "v0.8.2"
rev: "v0.8.6"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion docs/.sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sphinx-lint==1.0.0
sphinx-notfound-page==1.0.4
sphinx-reredirects==0.1.5
sphinx-tabs==3.4.7
sphinx-toolbox==3.8.0
sphinx-toolbox==3.8.1
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ constraint-dependencies = [
dev-dependencies = [
"build",
"pyyaml>=6.0.0",
"coverage[toml]==7.6.2",
"pytest==8.3.3",
"coverage[toml]==7.6.10",
"pytest==8.3.4",
"pytest-cov==5.0.0",
"pytest-mock==3.14.0",
"pytest-check>=2.0",
Expand Down
Loading

0 comments on commit ad42340

Please sign in to comment.