From 1c0998a176bdd620e8f8a6ac03aa458a4e82a1c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 15:22:26 +0000 Subject: [PATCH] Bump django-ajax-selects from 1.9.1 to 2.2.0 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](https://github.com/crucialfelix/django-ajax-selects/compare/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] --- setup.py | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4bb6e0602..a955627d4 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/tests/requirements.txt b/tests/requirements.txt index c829120e5..94105c13f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -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