From acb2ef3b9762ffef80270da353526fb282ba66c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 10:06:55 +0000 Subject: [PATCH] Update django-stubs requirement from ~=4.2.4 to ~=4.2.7 Updates the requirements on [django-stubs](https://github.com/typeddjango/django-stubs) to permit the latest version. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/4.2.4...4.2.7) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc9b2b7..fe7d86d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiogram~=3.1.1 dj_database_url~=2.1.0 Django~=4.2 django-split-settings~=1.2.0 -django-stubs~=4.2.4 +django-stubs~=4.2.7 gunicorn~=21.2.0 python-dotenv~=1.0.0 starlette~=0.31.1