Skip to content

Commit 6b5d6df

Browse files
author
Janek Mangold
committed
feat: update Django and djangorestframework dependencies to latest versions
1 parent ad43d44 commit 6b5d6df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

django/{{ cookiecutter.project_slug }}/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ description = ""
55
readme = "README.md"
66
requires-python = ">={{ cookiecutter.python_version }}"
77
dependencies = [
8-
"django>=5.2.3",
8+
"django>=5.2.5",
99
"django-admin-interface>=0.30.1",
1010
"django-debug-toolbar>=5.2.0",
1111
{% if cookiecutter.use_drf == "y" %}
1212
"django-filter>=25.1",
13-
"djangorestframework>=3.16.0",
13+
"djangorestframework>=3.16.1",
1414
"django-cors-headers>=4.7.0",
1515
"drf-spectacular>=0.28.0",
1616
{% endif %}
@@ -22,7 +22,7 @@ dependencies = [
2222

2323
[dependency-groups]
2424
dev = [
25-
"pre-commit>=4.2.0",
25+
"pre-commit>=4.3.0",
2626
]
2727
production = [
2828
"gunicorn>=23.0.0",

0 commit comments

Comments
 (0)