From 30d192de6a71bec0e6f5db8d65425ec5b68ec150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 15:22:15 +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 4bb6e0602..bcf6e0d76 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.1', + 'django-paypal>=1.1,<3.0', 'django-post-office~=3.2', 'django-timezone-field>=3.1,<6.0', 'djangorestframework~=3.9', diff --git a/tests/requirements.txt b/tests/requirements.txt index c829120e5..559c407c7 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ channels==3.0.4 # django explicitly not listed here because azure installs a particular series immediately after django-ajax-selects==1.9.1 django-ical==1.8.3 -django-paypal==1.1.2 +django-paypal==2.0 django-mptt==0.13.4 django-post-office==3.6.0 django-timezone-field==5.0