mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2025-07-15 01:22:17 +03:00
Bump django-crispy-forms from 1.14.0 to 2.0
Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 1.14.0 to 2.0. - [Release notes](https://github.com/django-crispy-forms/django-crispy-forms/releases) - [Changelog](https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-crispy-forms/django-crispy-forms/compare/1.14.0...2.0) --- updated-dependencies: - dependency-name: django-crispy-forms dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4a70342669
commit
e09d37f55c
11
poetry.lock
generated
11
poetry.lock
generated
|
@ -1017,16 +1017,19 @@ coverage = "*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "django-crispy-forms"
|
name = "django-crispy-forms"
|
||||||
version = "1.14.0"
|
version = "2.0"
|
||||||
description = "Best way to have Django DRY forms"
|
description = "Best way to have Django DRY forms"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "django-crispy-forms-1.14.0.tar.gz", hash = "sha256:35887b8851a931374dd697207a8f56c57a9c5cb9dbf0b9fa54314da5666cea5b"},
|
{file = "django-crispy-forms-2.0.tar.gz", hash = "sha256:90193b068bf948d9c68449bc8260afed1a8e2afe11ee0bac8c4ebfaeb175b322"},
|
||||||
{file = "django_crispy_forms-1.14.0-py3-none-any.whl", hash = "sha256:bc4d2037f6de602d39c0bc452ac3029d1f5d65e88458872cc4dbc01c3a400604"},
|
{file = "django_crispy_forms-2.0-py3-none-any.whl", hash = "sha256:d1d4e585929058a9ab3b797666ea5b69320b9ba7937f9d146d32173246a6fd13"},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[package.dependencies]
|
||||||
|
django = ">=3.2"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "django-debug-toolbar"
|
name = "django-debug-toolbar"
|
||||||
version = "3.8.1"
|
version = "3.8.1"
|
||||||
|
@ -3788,4 +3791,4 @@ files = [
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.11"
|
python-versions = "^3.11"
|
||||||
content-hash = "47d4a706ed11e7da8599131523b32f44c6f9703559efd8b4f00245abd40a4a68"
|
content-hash = "6c7ec915f7821b032aa90aa57e02ff756ab9397c581476f114daa42d1e0be581"
|
||||||
|
|
|
@ -24,7 +24,7 @@ django-structlog = "^4.0.1"
|
||||||
django-environ = "^0.9.0"
|
django-environ = "^0.9.0"
|
||||||
django-model-utils = "^4.3.1"
|
django-model-utils = "^4.3.1"
|
||||||
django-allauth = "^0.51.0"
|
django-allauth = "^0.51.0"
|
||||||
django-crispy-forms = "^1.14.0"
|
django-crispy-forms = "^2.0"
|
||||||
crispy-bootstrap5 = "^0.7"
|
crispy-bootstrap5 = "^0.7"
|
||||||
django-redis = "^5.2.0"
|
django-redis = "^5.2.0"
|
||||||
django-ckeditor = "^6.5.1"
|
django-ckeditor = "^6.5.1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user