Skip to content

Commit

Permalink
fixed black version to be >=24.3.0 due to ReDoS vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
ngastzepeda committed Jan 21, 2025
1 parent 79013f5 commit 8b65a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ torchrl = ">=0.6.0"
wandb = "*"
loguru = "*"
# Dev dependencies
black = { version = "*", optional = true }
black = { version = ">=24.3.0", optional = true }
pre-commit = { version = ">=3.3.3", optional = true }
ruff = { version = "*", optional = true }
pytest = { version = "*", optional = true }
Expand Down

0 comments on commit 8b65a69

Please sign in to comment.