From 65ddccc932ca62c951c48b769ad3650b91933502 Mon Sep 17 00:00:00 2001 From: FriggemannMichael Date: Tue, 7 Jul 2026 09:40:56 +0200 Subject: [PATCH] Pin missing type-stub dependencies in requirements.txt Add django-stubs, django-stubs-ext, djangorestframework-stubs, types-PyYAML and typing_extensions so the pinned file exactly matches the installed environment (pip freeze) for reproducible installs. --- requirements.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d45dc1e..96d002b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,10 @@ colorama==0.4.6 coverage==7.14.3 Django==6.0.6 django-filter==25.2 +django-stubs==6.0.6 +django-stubs-ext==6.0.6 djangorestframework==3.17.1 +djangorestframework-stubs==3.17.0 iniconfig==2.3.0 packaging==26.2 Pillow==12.2.0 @@ -14,4 +17,6 @@ pytest-cov==7.1.0 pytest-django==4.12.0 ruff==0.15.20 sqlparse==0.5.5 -tzdata==2026.2 \ No newline at end of file +types-PyYAML==6.0.12.20260518 +typing_extensions==4.15.0 +tzdata==2026.2