Skip to content

Commit

Permalink
modifies testing deps versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopicchio committed Dec 20, 2024
1 parent e295487 commit 4fdee40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ crispy-forms-gds = "^0.2.4"
django-crispy-forms = "^1.9"

[tool.poetry.group.testing.dependencies]
tox = "^4"
pytest = "^7.2.2"
pytest-django = "^4.5.2"
coverage = "^7.2.1"
tox = "^4.4.12"
coverage = "*"
factory-boy = "^3.2.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 4fdee40

Please sign in to comment.