From ce02eb2dbaa683003e508b9bdad89a93ef94b8c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:00:27 +0000 Subject: [PATCH] Bump django-paypal from 1.1.2 to 2.1 Bumps [django-paypal](https://github.com/spookylukey/django-paypal) from 1.1.2 to 2.1. - [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 9115ff2f3..d391c2605 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def get_package_name(name): 'django-ajax-selects~=2.1', # publish error, see: https://github.com/crucialfelix/django-ajax-selects/issues/306 '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>=7.0,<8.0', 'djangorestframework~=3.9', diff --git a/tests/requirements.txt b/tests/requirements.txt index 37030ac82..1a427a684 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==2.1.0 # publish error, see: https://github.com/crucialfelix/django-ajax-selects/issues/306 django-ical==1.9.2 -django-paypal==1.1.2 +django-paypal==2.1 django-mptt==0.14.0 ; python_version<"3.9" django-mptt==0.16.0 ; python_version>="3.9" django-post-office==3.6.0