From ece1fe3f08c1ed879f1213425d3ff5b8302f6c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:37:20 +0000 Subject: [PATCH] poetry bot: bump django-select2 from 7.11.1 to 8.2.3 Bumps [django-select2](https://github.com/codingjoe/django-select2) from 7.11.1 to 8.2.3. - [Release notes](https://github.com/codingjoe/django-select2/releases) - [Commits](https://github.com/codingjoe/django-select2/compare/7.11.1...8.2.3) --- updated-dependencies: - dependency-name: django-select2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 68b21a243..4b1d31186 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -982,13 +982,13 @@ phonenumberslite = ["phonenumberslite (>=7.0.2)"] [[package]] name = "django-select2" -version = "7.11.1" -description = "Select2 option fields for Django" +version = "8.2.3" +description = "This is a Django_ integration of Select2_." optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "django-select2-7.11.1.tar.gz", hash = "sha256:6c56749ca5dd11be9a78a0861086973170c605ace27126c109f3d722cea3c32e"}, - {file = "django_select2-7.11.1-py2.py3-none-any.whl", hash = "sha256:e558f79fd932fc9013a9dca5e680412403ad8b8a9b5b09754e97c8ce1849c4e1"}, + {file = "django_select2-8.2.3-py3-none-any.whl", hash = "sha256:a3bc3f3bfb21d73791be1bc0dd8cc674d11e167129d605847c257942e7a2143b"}, + {file = "django_select2-8.2.3.tar.gz", hash = "sha256:1de547c89ee2f005f1d461f76db89b440897939fcea894db8ba756b6f1ad36c1"}, ] [package.dependencies] @@ -3579,4 +3579,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "2cf251b10596f3effdeac4e9ad522e51b58f2be07893fee6c38407aa68a29d42" +content-hash = "a9177b683859c32f198d81f9f10db230b911b8e6cb5854a5576d1eb9368463c9" diff --git a/pyproject.toml b/pyproject.toml index 82e347f3a..38617f5b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ django-filter = "^23.3" django-formtools = "^2.5.1" django-htmx = "^1.17.3" django-libsass = "^0.9" -django-select2 = "^7.11.1" +django-select2 = "^8.2.3" django-sesame = "^3.2.2" django-storages = "^1.14.3" djangorestframework = "^3.15.1"