From d112e196456222fdb221b2a20c0517753b5e5afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 04:58:58 +0000 Subject: [PATCH] build(deps): bump django from 1.11.29 to 4.2 Bumps [django](https://github.com/django/django) from 1.11.29 to 4.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.29...4.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 6a3d6b7c..9239290c 100644 --- a/requirements.in +++ b/requirements.in @@ -1,5 +1,5 @@ # Web framework -Django >= 1.11, < 2.0 +Django >= 1.11, < 5.0 # Database adapter psycopg2 diff --git a/requirements.txt b/requirements.txt index 2bdc0dba..4854cc4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,9 @@ # # pip-compile # -django==1.11.29 +asgiref==3.6.0 + # via django +django==4.2 # via -r requirements.in pillow==9.1.1 # via @@ -12,7 +14,7 @@ pillow==9.1.1 # reportlab psycopg2==2.9.3 # via -r requirements.in -pytz==2019.3 - # via django reportlab==3.6.10 # via -r requirements.in +sqlparse==0.4.3 + # via django