Skip to content

Commit

Permalink
Merge pull request #50 from Ori-Roza/upgrade-django
Browse files Browse the repository at this point in the history
upgrade to django 4.2.8
  • Loading branch information
Ori-Roza authored Dec 13, 2023
2 parents d6243b6 + d5cc343 commit 2c7e96e
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 @@ -4,7 +4,7 @@ description = "drf-api-action elevates DRF testing by simplifying REST endpoint
version = "1.0.8"
readme = "README.md"
license = {file = "LICENSE.txt"}
dependencies = ["Django>=4.2.3", "djangorestframework>=3.14.0", "pytest-django>=4.5.2", "pytest-cov>=4.1.0"]
dependencies = ["Django>=4.2.8", "djangorestframework>=3.14.0", "pytest-django>=4.5.2", "pytest-cov>=4.1.0"]
maintainers = [
{ name="Ori Roza", email="[email protected]" },
]
Expand Down

0 comments on commit 2c7e96e

Please sign in to comment.