From c10db54bd671f995744b72f2d252a5f510de7de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 01:00:49 +0000 Subject: [PATCH] Bump django-paypal from 1.0.0 to 2.0 Bumps [django-paypal](https://github.com/spookylukey/django-paypal) from 1.0.0 to 2.0. - [Release notes](https://github.com/spookylukey/django-paypal/releases) - [Changelog](https://github.com/spookylukey/django-paypal/blob/master/docs/release_notes.rst) - [Commits](https://github.com/spookylukey/django-paypal/commits) --- updated-dependencies: - dependency-name: django-paypal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d75ca2c45..08315d6fa 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def run(self): 'django-ajax-selects~=1.9', 'django-ical~=1.7', 'django-mptt~=0.10', - 'django-paypal~=1.0.0', + 'django-paypal>=1.0,<2.1', 'django-post-office~=3.2', 'django-timezone-field>=3.1,<5.0', 'djangorestframework~=3.9', diff --git a/tests/requirements.txt b/tests/requirements.txt index 92ae307b9..66d6f9725 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ channels==3.0.4 Django==2.2.24 django-ajax-selects==1.9.1 django-ical==1.8.0 -django-paypal==1.0.0 +django-paypal==2.0 django-mptt==0.13.3 django-post-office==3.5.3 django-timezone-field==4.2.1