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 Aug 3, 2022
1 parent ec9bfd6 commit 1c0998a
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,!=3.0.*,!=3.1.*,<4.0',
'django-ajax-selects~=1.9',
'django-ajax-selects>=1.9,<3.0',
'django-ical~=1.7',
'django-mptt~=0.10',
'django-paypal~=1.1',
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.2.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-ajax-selects==2.2.0
django-ical==1.8.3
django-paypal==1.1.2
django-mptt==0.13.4
Expand Down

0 comments on commit 1c0998a

Please sign in to comment.