Skip to content

Commit

Permalink
Bump django-paypal from 1.1.2 to 2.1
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2024
1 parent ce85276 commit ce02eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce02eb2

Please sign in to comment.