Skip to content

Commit

Permalink
Merge pull request #52 from supernnova/dependabot/pip/black-24.3.0
Browse files Browse the repository at this point in the history
Bump black from 22.12.0 to 24.3.0
  • Loading branch information
anaismoller authored Nov 1, 2024
2 parents 9fc97e8 + d615448 commit eff8817
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 16 deletions.
41 changes: 26 additions & 15 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pre-commit = { version = "^3.0.4", optional = true }
pytest = { version = "^7.0", optional = true }
pytest-cov = { version = "^4.1.0", optional = true }
pytest-mock = { version = "^3.11.1", optional = true }
black = { version = "^22.10.0", optional = true }
black = { version = ">=22.10,<25.0", optional = true }
ruff = { version = "^0.0.243", optional = true}
sphinx-click = { version = "^4.4.0", optional = true }
mypy = { version = "^1.1.1", optional = true }
Expand Down

0 comments on commit eff8817

Please sign in to comment.