From 46abebdd3cc46ad239bf482d5c1af86eff831e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:18:06 +0000 Subject: [PATCH] Bump django-bootstrap-datepicker-plus from 5.0.4 to 5.0.5 Bumps [django-bootstrap-datepicker-plus](https://github.com/monim67/django-bootstrap-datepicker-plus) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/monim67/django-bootstrap-datepicker-plus/releases) - [Commits](https://github.com/monim67/django-bootstrap-datepicker-plus/compare/5.0.4...5.0.5) --- updated-dependencies: - dependency-name: django-bootstrap-datepicker-plus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index d1d0bb74e..c832e158d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -484,17 +484,17 @@ six = "*" [[package]] name = "django-bootstrap-datepicker-plus" -version = "5.0.4" +version = "5.0.5" description = "Bootstrap3/Bootstrap4/Bootstrap5 DatePickerInput, TimePickerInput, DateTimePickerInput, MonthPickerInput, YearPickerInput" optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.8,<4.0" files = [ - {file = "django_bootstrap_datepicker_plus-5.0.4-py3-none-any.whl", hash = "sha256:3adc135b474d4b4b7d6844ea0cf365c262c21b335609c2e11359d1ddf0ee09b6"}, - {file = "django_bootstrap_datepicker_plus-5.0.4.tar.gz", hash = "sha256:fac3f7aeacd3fa63a9829077983ff728aea145f5a4f493c5dfbf870cb36c53ca"}, + {file = "django_bootstrap_datepicker_plus-5.0.5-py3-none-any.whl", hash = "sha256:f0818dcaca6824f2bc3b42b53e2cd0e42e9ceb2c8802254f9d38d4cce04b31d8"}, + {file = "django_bootstrap_datepicker_plus-5.0.5.tar.gz", hash = "sha256:ea5e2bc2137a72b57ba10d2a5f18373049b0d252052f921e5a76c260eaaa35ee"}, ] [package.dependencies] -Django = ">=2,<5" +Django = ">=2,<6" pydantic = "*" typing-extensions = "*" @@ -2271,4 +2271,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "85312b3f162a554be834bc2c4c634a5c23651ed349612e8785a4c370dee45790" +content-hash = "86d23722bf097d0ba9775a9a17d18c976343b949fe4f744458c40059737828e2" diff --git a/pyproject.toml b/pyproject.toml index 8abfb94f2..6841c026c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ cffi = "^1.16.0" django-mdeditor = "^0.1.20" django-tz-detect = "^0.4.0" django-tellme = "^0.7.3" -django-bootstrap-datepicker-plus = "^5.0.4" +django-bootstrap-datepicker-plus = "^5.0.5" django-star-ratings = "^0.9.2" stripe = "^7.8.1" django-environ = "^0.11.2"