From ef92e86275041d4b2d9dbb633963b8c86e10e2ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:07:03 +0000 Subject: [PATCH] build(deps-dev): bump factory-boy from 3.2.1 to 3.3.0 (#1169) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Pipfile b/Pipfile index a88af6348..2175b0952 100644 --- a/Pipfile +++ b/Pipfile @@ -61,7 +61,7 @@ click = "~=8.0" coveralls = "*" django-coverage-plugin = "~=3.1.0" django-test-plus = "~=2.2.1" -factory-boy = "~=3.2.1" +factory-boy = "~=3.3.0" flake8 = "~=6.1" flake8-import-order = "*" flake8-pyproject = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 7d5c44dfd..659f9e9bb 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "461f9fe59328d5ab828cbcc2305dedfd9e592fa6fbe1b23c169014b5bdc7a6d6" + "sha256": "3355f47ef7dd5d26aa28bd5e0c508fefa24129adbb35264233ef49f2b814ee13" }, "pipfile-spec": 6, "requires": { @@ -2312,7 +2312,7 @@ "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0", "sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef" ], - "markers": "python_version < '3.11'", + "markers": "python_version >= '3.8'", "version": "==4.8.0" }, "tzdata": { @@ -2850,12 +2850,12 @@ }, "factory-boy": { "hashes": [ - "sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e", - "sha256:eb02a7dd1b577ef606b75a253b9818e6f9eaf996d94449c9d5ebb124f90dc795" + "sha256:a2cdbdb63228177aa4f1c52f4b6d83fab2b8623bf602c7dedd7eb83c0f69c04c", + "sha256:bc76d97d1a65bbd9842a6d722882098eb549ec8ee1081f9fb2e8ff29f0c300f1" ], "index": "pypi", - "markers": "python_version >= '3.6'", - "version": "==3.2.1" + "markers": "python_version >= '3.7'", + "version": "==3.3.0" }, "faker": { "hashes": [ @@ -3322,7 +3322,7 @@ "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0", "sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef" ], - "markers": "python_version < '3.11'", + "markers": "python_version >= '3.8'", "version": "==4.8.0" }, "urllib3": { @@ -3468,7 +3468,7 @@ "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0", "sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef" ], - "markers": "python_version < '3.11'", + "markers": "python_version >= '3.8'", "version": "==4.8.0" } }, @@ -3735,7 +3735,7 @@ "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0", "sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef" ], - "markers": "python_version < '3.11'", + "markers": "python_version >= '3.8'", "version": "==4.8.0" }, "urllib3": {