build(deps): bump django-crispy-forms from 1.13.0 to 1.14.0

Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 1.13.0 to 1.14.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.13.0...1.14.0)

---
updated-dependencies:
- dependency-name: django-crispy-forms
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-25 14:03:56 +00:00 committed by GitHub
parent b62e733507
commit 268a8ecf7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ name = "pypi"
crispy-bootstrap5 = "~=0.6"
django = "~=3.2.11"
django-bootstrap-pagination = "~=1.7.1"
django-crispy-forms = "~=1.13.0"
django-crispy-forms = "~=1.14.0"
django-extensions = "~=3.1.5"
gunicorn = "~=20.1.0"
ipython = "~=7.31.0"

10
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "227de253d05fb4f8b4d6b6c577312f4de5e0f4238deeb329e62c2451e7717a1f"
"sha256": "ae844c9be4650c45e6c7dcde565e3ee38aa640994899da40f27fa8a8cbe7d76c"
},
"pipfile-spec": 6,
"requires": {
@ -169,11 +169,11 @@
},
"django-crispy-forms": {
"hashes": [
"sha256:4dc9e5263c91c5f51766806a050ca2ec5c349d34c5cd91fcca3a1a0363b5e29e",
"sha256:9c49d29dd9e98dc2e6e3a8b02670d72deb6edf7bc616986ca412d72c306b36a0"
"sha256:35887b8851a931374dd697207a8f56c57a9c5cb9dbf0b9fa54314da5666cea5b",
"sha256:bc4d2037f6de602d39c0bc452ac3029d1f5d65e88458872cc4dbc01c3a400604"
],
"index": "pypi",
"version": "==1.13.0"
"version": "==1.14.0"
},
"django-extensions": {
"hashes": [
@ -740,7 +740,7 @@
"sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b",
"sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
],
"markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'",
"markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==0.10.2"
},
"tomli": {