From 4c94f7a231aec8b9ff0488419e2905bbd80fbc4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 17:32:20 +0000 Subject: [PATCH] Bump crispy-bootstrap5 from 0.7 to 2023.10 Bumps [crispy-bootstrap5](https://github.com/django-crispy-forms/crispy-bootstrap5) from 0.7 to 2023.10. - [Release notes](https://github.com/django-crispy-forms/crispy-bootstrap5/releases) - [Changelog](https://github.com/django-crispy-forms/crispy-bootstrap5/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-crispy-forms/crispy-bootstrap5/compare/0.7...2023.10) --- updated-dependencies: - dependency-name: crispy-bootstrap5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2d8ad425..a9c1c55d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -673,18 +673,18 @@ toml = ["tomli"] [[package]] name = "crispy-bootstrap5" -version = "0.7" +version = "2023.10" description = "Bootstrap5 template pack for django-crispy-forms" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "crispy-bootstrap5-0.7.tar.gz", hash = "sha256:0745a67199619149b7feca87dab7a45664876ed50fb582b38fd2aeb3f8a8d869"}, - {file = "crispy_bootstrap5-0.7-py3-none-any.whl", hash = "sha256:f3ff1ef5cb379fe80b1b02e245008f276444098a4bdb8d855bed84c623798a85"}, + {file = "crispy-bootstrap5-2023.10.tar.gz", hash = "sha256:f16c44f1997310e5a89c0cf230402e7111cc1f942f64fb7e44603958b89b06a1"}, + {file = "crispy_bootstrap5-2023.10-py3-none-any.whl", hash = "sha256:9b5a6c9880f37cd32aa678c0d7576ae60b3e502c444c8712e582f8bd91659afb"}, ] [package.dependencies] -django = ">=3.2" -django-crispy-forms = ">=1.13.0" +django = ">=4.2" +django-crispy-forms = ">=2" [package.extras] test = ["pytest", "pytest-django"] @@ -1062,7 +1062,7 @@ files = [ django = "*" django-stubs-ext = ">=4.2.2" mypy = [ - {version = ">=1.0.0", optional = true, markers = "extra != \"compatible-mypy\""}, + {version = ">=1.0.0"}, {version = "==1.5.*", optional = true, markers = "extra == \"compatible-mypy\""}, ] types-pytz = "*" @@ -1130,7 +1130,7 @@ files = [ [package.dependencies] django-stubs = ">=4.2.4" mypy = [ - {version = ">=0.991", optional = true, markers = "extra != \"compatible-mypy\""}, + {version = ">=0.991"}, {version = "==1.5.*", optional = true, markers = "extra == \"compatible-mypy\""}, ] requests = ">=2.0.0" @@ -3575,4 +3575,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "a90873353febf4134abe2cce91c91558a92aaa0db37a299b90a750fa9595c432" +content-hash = "f99335ca59531e3311494dd7799dd65ffac3958d4a349e82f5750a2a7338eb6b" diff --git a/pyproject.toml b/pyproject.toml index 3343a767..329cb630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ django-environ = "0.11.2" django-model-utils = "4.3.1" django-allauth = "0.57.0" django-crispy-forms = "2.1" -crispy-bootstrap5 = "0.7" +crispy-bootstrap5 = "2023.10" django-redis = "5.4.0" djangorestframework = "3.14.0" django-cors-headers = "4.2.0"