@@ -25,14 +25,8 @@ readme = "README.md"
2525
2626# Do not manually edit the version, use `make version_{type}` instead.
2727# This should match the version in the [tool.bumpversion] section.
28- version = " 0.3.0"
29- dependencies = [
30- " django>=3.2" ,
31- " djangorestframework>=3.12.0" ,
32- " pytest-django==4.7.0" ,
33- " pytest==8.3.2" ,
34- " pytest-cov" ,
35- ]
28+ version = " 0.3.1"
29+ dependencies = [" django>=3.2" , " djangorestframework>=3.12.0" ]
3630
3731[project .urls ]
3832# See https://daniel.feldroy.com/posts/2023-08-pypi-project-urls-cheatsheet for
@@ -44,7 +38,9 @@ changelog = "https://github.com/kraken-tech/django-rest-framework-recursive/blob
4438dev = [
4539 # Testing
4640 " pytest" ,
47- " nox" , # Install in virtualenv so Mypy has access to the package types.
41+ " pytest-django>=4.7.0" ,
42+ " pytest-cov" ,
43+ " nox" , # Install in virtualenv so Mypy has access to the package types.
4844
4945 # Linting
5046 " ruff" ,
@@ -136,7 +132,7 @@ filterwarnings = "error"
136132[tool .bumpversion ]
137133# Do not manually edit the version, use `make version_{type}` instead.
138134# This should match the version in the [project] section.
139- current_version = " 0.3.0 "
135+ current_version = " 0.3.1 "
140136parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
141137serialize = [" {major}.{minor}.{patch}" ]
142138search = " {current_version}"
0 commit comments