Skip to content

Commit

Permalink
Bump django-paypal from 1.0.0 to 1.1.1
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 1.1.1.
- [Release notes](https://github.com/spookylukey/django-paypal/releases)
- [Changelog](https://github.com/spookylukey/django-paypal/blob/master/docs/release_notes.rst)
- [Commits](spookylukey/django-paypal@v1.0.0...v1.1.1)

---
updated-dependencies:
- dependency-name: django-paypal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2021
1 parent e1912bb commit f5499e8
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.0.0',
'django-paypal>=1.0,<1.2',
'django-post-office~=3.2',
'django-timezone-field>=3.1,<5.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==2.2.24
django-ajax-selects==1.9.1
django-ical==1.8.0
django-paypal==1.0.0
django-paypal==1.1.1
django-mptt==0.13.3
django-post-office==3.5.3
django-timezone-field==4.2.1
Expand Down

0 comments on commit f5499e8

Please sign in to comment.