Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/coverage-7.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Jul 1, 2024
2 parents 68f7ca7 + 8b4492c commit e67b679
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: [
Expand Down Expand Up @@ -60,6 +60,6 @@ repos:

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
rev: 0.28.4
hooks:
- id: check-github-workflows
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ tests = [
"coverage==7.5.3",
"pytest>=3.5.0",
"pytest-cov==5.0.0",
"numpy<1.27",
"numpy<2.1",
]
docs = [
"pydata-sphinx-theme==0.15.2",
"pydata-sphinx-theme==0.15.4",
"sphinx==7.3.7",
"sphinx_copybutton==0.5.2",
"sphinx-notfound-page==1.0.2",
Expand Down

0 comments on commit e67b679

Please sign in to comment.