Skip to content

Commit

Permalink
fix: change django version to ^5.0.8
Browse files Browse the repository at this point in the history
Signed-off-by: Stanislav Filin <[email protected]>
  • Loading branch information
stasfilin committed Sep 5, 2024
1 parent 7b35374 commit 13a4c9a
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 @@ -33,7 +33,7 @@ python = "^3.8"

[tool.poetry.group.dev.dependencies]
faker = "^23.1.0"
django = "^5.0.2"
django = "^5.0.8"
isort = "^5.13.2"
pylint = "^3.0.3"

Expand Down

0 comments on commit 13a4c9a

Please sign in to comment.