We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad43d44 commit 6b5d6dfCopy full SHA for 6b5d6df
django/{{ cookiecutter.project_slug }}/pyproject.toml
@@ -5,12 +5,12 @@ description = ""
5
readme = "README.md"
6
requires-python = ">={{ cookiecutter.python_version }}"
7
dependencies = [
8
- "django>=5.2.3",
+ "django>=5.2.5",
9
"django-admin-interface>=0.30.1",
10
"django-debug-toolbar>=5.2.0",
11
{% if cookiecutter.use_drf == "y" %}
12
"django-filter>=25.1",
13
- "djangorestframework>=3.16.0",
+ "djangorestframework>=3.16.1",
14
"django-cors-headers>=4.7.0",
15
"drf-spectacular>=0.28.0",
16
{% endif %}
@@ -22,7 +22,7 @@ dependencies = [
22
23
[dependency-groups]
24
dev = [
25
- "pre-commit>=4.2.0",
+ "pre-commit>=4.3.0",
26
]
27
production = [
28
"gunicorn>=23.0.0",
0 commit comments