From 1e5c53b432e88374a841d26e8e2a31d3de381d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:35:55 +0000 Subject: [PATCH] build(deps-dev): bump django-stubs-ext from 5.1.0 to 5.1.1 in /packages Bumps [django-stubs-ext](https://github.com/typeddjango/django-stubs) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.1.0...5.1.1) --- updated-dependencies: - dependency-name: django-stubs-ext dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- packages/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/requirements-dev.txt b/packages/requirements-dev.txt index daa8553..6951a34 100644 --- a/packages/requirements-dev.txt +++ b/packages/requirements-dev.txt @@ -30,7 +30,7 @@ dill==0.3.9 ; python_version >= "3.9" and python_version < "4.0" distlib==0.3.9 ; python_version >= "3.9" and python_version < "4.0" django-filter==24.3 ; python_version >= "3.9" and python_version < "4.0" django-migration-linter==5.1.0 ; python_version >= "3.9" and python_version < "4.0" -django-stubs-ext==5.1.0 ; python_version >= "3.9" and python_version < "4.0" +django-stubs-ext==5.1.1 ; python_version >= "3.9" and python_version < "4.0" django-stubs==5.1.0 ; python_version >= "3.9" and python_version < "4.0" django==4.2.16 ; python_version >= "3.9" and python_version < "3.10" django==5.1.2 ; python_version >= "3.10" and python_version < "4.0"