mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-24 20:33:43 +03:00
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] <support@github.com>
This commit is contained in:
parent
f2f5446c18
commit
fe85110379
14
poetry.lock
generated
14
poetry.lock
generated
|
@ -1168,18 +1168,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"]
|
||||
|
@ -6752,4 +6752,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "78f59a8211fc435d95d086e9ee4c802938cf9912ad44ef74f34c662aa0f82a77"
|
||||
content-hash = "e6e7bdfeb1d79bace9580de95bf3e473191be3a9078351909a4d9c5b3a5fe7c7"
|
||||
|
|
|
@ -25,7 +25,7 @@ django-environ = "^0.9.0"
|
|||
django-model-utils = "^4.3.1"
|
||||
django-allauth = "^0.54.0"
|
||||
django-crispy-forms = "^2.1"
|
||||
crispy-bootstrap5 = "^0.7"
|
||||
crispy-bootstrap5 = "^2023.10"
|
||||
django-redis = "^5.2.0"
|
||||
django-ckeditor = "^6.5.1"
|
||||
django-colorfield = "^0.11.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user