From 402a74d558aa943c0ae0eb045a49824a800ae4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 21:07:21 +0000 Subject: [PATCH] Update django requirement from <3.2,>=2.2 to >=2.2,<4.2 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2...4.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index caa6b10..6d1a57c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ packages=find_packages(exclude=('ussd_airflow',)), url='https://github.com/mwaaas/ussd_airflow', install_requires=[ - 'Django>=2.2,<3.2', + 'Django>=2.2,<4.2', 'djangorestframework>=3.10,<4.0', 'structlog<21.2.0', 'jinja2<2.12',