Skip to content

Commit

Permalink
Update and remove version constraints for dev packages
Browse files Browse the repository at this point in the history
 - black (23.12.1 -> 24.4.0)
  • Loading branch information
krishnans2006 committed Apr 20, 2024
1 parent 75f9a64 commit 1f288b9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 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 @@ -15,7 +15,7 @@ django-extensions = "^3.2.3"
gunicorn = "^21.2.0"

[tool.poetry.group.dev.dependencies]
black = "^23.12.0"
black = "*"

[tool.black]
line-length = 99
Expand Down

0 comments on commit 1f288b9

Please sign in to comment.