From 43861115c280827cdc8c3d1307c792e8508a91b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 11:00:42 +0000 Subject: [PATCH] Update django requirement from <3.3,>=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 f36919a..6f6e797 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ packages=find_packages(exclude=['sandbox*', 'tests*']), include_package_data=True, install_requires=[ - 'django>=2.2,<3.3', + 'django>=2.2,<4.2', 'paypal-checkout-serversdk>=1.0.1', 'requests>=2.26.0', 'django-localflavor'