Skip to content

Commit

Permalink
Bump django-ajax-selects from 1.9.1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [django-ajax-selects](https://github.com/crucialfelix/django-ajax-selects) from 1.9.1 to 2.2.0.
- [Release notes](https://github.com/crucialfelix/django-ajax-selects/releases)
- [Changelog](https://github.com/crucialfelix/django-ajax-selects/blob/develop/CHANGELOG.md)
- [Commits](crucialfelix/django-ajax-selects@v1.9.1...v2.2.0)

---
updated-dependencies:
- dependency-name: django-ajax-selects
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 4, 2022
1 parent fac15fa commit d10c052
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 @@ -56,7 +56,7 @@ def run(self):
'celery~=5.0',
'channels>=2.0',
'Django~=2.2',
'django-ajax-selects~=1.9',
'django-ajax-selects>=1.9,<3.0',
'django-ical~=1.7',
'django-mptt~=0.10',
'django-paypal @ git+https://github.com/cma2819/django-paypal.git',
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
celery==5.1.1
channels==3.0.4
Django==2.2.24
django-ajax-selects==1.9.1
django-ajax-selects==2.2.0
django-ical==1.8.0
django-paypal==1.0.0
django-mptt==0.12.0
Expand Down

0 comments on commit d10c052

Please sign in to comment.