From a9b281dccbbc12a70bd624821b690ece0bdadf7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 09:41:57 +0000 Subject: [PATCH] build(deps): bump django from 3.2.18 to 3.2.25 in /packages/p4pi-web Bumps [django](https://github.com/django/django) from 3.2.18 to 3.2.25. - [Commits](https://github.com/django/django/compare/3.2.18...3.2.25) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/p4pi-web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/p4pi-web/requirements.txt b/packages/p4pi-web/requirements.txt index c39ee69..4439a6d 100644 --- a/packages/p4pi-web/requirements.txt +++ b/packages/p4pi-web/requirements.txt @@ -11,7 +11,7 @@ cryptography==42.0.4; python_full_version >= "3.6.7" and python_version >= "3.7" daphne==3.0.2; python_version >= "3.6" django-crispy-forms==1.12.0; python_version >= "3.6" django-environ==0.4.5 -django==3.2.18; python_version >= "3.6" +django==3.2.25; python_version >= "3.6" dnspython==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" eventlet==0.31.0 greenlet==1.1.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"