Skip to content

Commit

Permalink
Bump django-paypal from 1.0.0 to 2.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 3, 2022
1 parent ec9bfd6 commit 30d192d
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 @@ -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',
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==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
Expand Down

0 comments on commit 30d192d

Please sign in to comment.