Skip to content

Commit

Permalink
Merge pull request #837 from twsl/dependabot/pip/pre-commit-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl authored Oct 7, 2024
2 parents 5f22202 + 20d990e commit ca35438
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
13 changes: 4 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ requests = "^2.32.3"
[tool.poetry.group.dev.dependencies]
ruff = "^0.6.4"
bandit = "^1.7.9"
pre-commit = "^3.8.0"
pre-commit = ">=3.8,<5.0"
pyright = "^1.1.379"
ipykernel = "^6.29.5"
ipywidgets = "^8.1.5"
Expand All @@ -55,7 +55,7 @@ nbconvert = "^7.16.3"
pytest = "^8.3.2"
pytest-cov = "^5.0.0"
pytest-mock = "^3.12.0"
pre-commit = "^3.6.2"
pre-commit = ">=3.6.2,<5.0.0"
pytest-cases = "^3.8.1"

[tool.poetry.group.docs.dependencies]
Expand Down

0 comments on commit ca35438

Please sign in to comment.