From 052dff991661c09d06b95414c84cabd5f048c3b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 17:05:54 +0000 Subject: [PATCH] build(deps): 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] --- Pipfile | 2 +- Pipfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 7d97c35d..21ff7977 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ faker = "*" [packages] mysqlclient = "*" -django-crispy-forms = "==1.14.0" +django-crispy-forms = "==2.0" django-money = "*" openpyxl = "*" django-environ = "*" diff --git a/Pipfile.lock b/Pipfile.lock index d690b6db..1426ed95 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "96a0cbc93e7a7c7697fa7489e90a690b0f6e5c3d3f1f81bc5f82d3f48096dd16" + "sha256": "37bb2e6795d4a0f2e6a53324c4c4883e24d6ba0e7855adce2c014ab1ba8df460" }, "pipfile-spec": 6, "requires": {}, @@ -67,11 +67,11 @@ }, "django-crispy-forms": { "hashes": [ - "sha256:35887b8851a931374dd697207a8f56c57a9c5cb9dbf0b9fa54314da5666cea5b", - "sha256:bc4d2037f6de602d39c0bc452ac3029d1f5d65e88458872cc4dbc01c3a400604" + "sha256:90193b068bf948d9c68449bc8260afed1a8e2afe11ee0bac8c4ebfaeb175b322", + "sha256:d1d4e585929058a9ab3b797666ea5b69320b9ba7937f9d146d32173246a6fd13" ], "index": "pypi", - "version": "==1.14.0" + "version": "==2.0" }, "django-environ": { "hashes": [ @@ -402,7 +402,7 @@ "sha256:29e95c7f6778868dbd49170f98f8818f78f3dc5e0e37c0b1f474e3561b240836", "sha256:c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99" ], - "markers": "python_full_version >= '3.6.0'", + "markers": "python_version >= '3.6'", "version": "==22.2.0" }, "beautifulsoup4": { @@ -449,7 +449,7 @@ "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3", "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18" ], - "markers": "python_full_version >= '3.6.0'", + "markers": "python_version >= '3.6'", "version": "==2022.12.7" }, "click": {