Skip to content

Commit b9cffb5

Browse files
build(deps): bump django-select2 from 8.1.2 to 8.4.3 (#13633)
* build(deps): bump django-select2 from 8.1.2 to 8.4.3 Bumps [django-select2](https://github.com/codingjoe/django-select2) from 8.1.2 to 8.4.3. - [Release notes](https://github.com/codingjoe/django-select2/releases) - [Commits](codingjoe/django-select2@8.1.2...8.4.3) --- updated-dependencies: - dependency-name: django-select2 dependency-version: 8.4.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update setup.cfg --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
1 parent 4544da7 commit b9cffb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Jinja2==3.1.4
5959
# Django Apps
6060
dj-database-url==2.1.0
6161
dj-pagination==2.5.0
62-
django-select2==8.1.2
62+
django-select2==8.4.3
6363
#django-floppyforms<1.10.0
6464

6565
django-forms-bootstrap<=3.1.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ install_requires =
8585
# Django Apps
8686
dj-database-url==2.1.0
8787
dj-pagination==2.5.0
88-
django-select2==8.1.2
88+
django-select2==8.4.3
8989
#django-floppyforms<1.10.0
9090
django-forms-bootstrap<=3.1.0
9191
django-autocomplete-light==3.11.0

0 commit comments

Comments
 (0)