Skip to content

Commit

Permalink
Update the black dependency version to avoid a vulnerability (#26)
Browse files Browse the repository at this point in the history
* Update requirements-dev.txt

* Update pyproject.toml
  • Loading branch information
avidale authored Jun 21, 2024
1 parent 4186fa0 commit 08cf7d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"pytest-cov>=2.6.1",
"coverage[toml]>=5.1",
# Format
"black==22.3.0",
"black==24.3.0",
"isort>=5.10.1",
# Linters
"mypy>=0.782",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest-asyncio>=0.15.0
pytest-cov>=2.6.1
coverage[toml]>=5.1
# Format
black==22.3.0
black==24.3.0
isort>=5.10.1
# Linter
mypy>=0.782
Expand Down

0 comments on commit 08cf7d0

Please sign in to comment.