Skip to content

Commit

Permalink
After pre-commit upadte match the content in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Dec 6, 2024
1 parent 26f26fe commit 3155d14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ ci = [
"tox-gh-actions==3.1.3"
]
dev = [
"black==23.9.1",
"flake8==6.1.0",
"isort==5.12.0",
"black==24.10.0",
"flake8==7.1.1",
"isort==5.13.2",
"coverage==7.3.2",
]

Expand Down

0 comments on commit 3155d14

Please sign in to comment.