diff --git a/Pipfile b/Pipfile index 01eb9b8..5470610 100644 --- a/Pipfile +++ b/Pipfile @@ -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" diff --git a/Pipfile.lock b/Pipfile.lock index b097ba0..432c649 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -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": {