Skip to content

Commit

Permalink
removes constraint from dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopicchio committed Dec 20, 2024
1 parent 59820ee commit e295487
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ tox = "^4.4.12"
factory-boy = "^3.2.1"

[tool.poetry.group.dev.dependencies]
black = ">=23.1,<25.0"
isort = "^5.12.0"
flake8 = "^6.0.0"
djlint = "^1.19.16"
black = "*"
isort = "*"
flake8 = "*"
djlint = "*"


[build-system]
Expand Down

0 comments on commit e295487

Please sign in to comment.