From 4a3395a75521752d3378d8364d47676de95131aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:08:47 +0000 Subject: [PATCH] Bump pip from 23.1.2 to 23.3 in /behave_dble Bumps [pip](https://github.com/pypa/pip) from 23.1.2 to 23.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.1.2...23.3) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- behave_dble/Pipfile | 2 +- behave_dble/Pipfile.lock | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/behave_dble/Pipfile b/behave_dble/Pipfile index f4dcc7997..466860228 100644 --- a/behave_dble/Pipfile +++ b/behave_dble/Pipfile @@ -13,7 +13,7 @@ pymysql = "==1.0.3" pyyaml = "==6.0" allure-behave = "==2.13.2" lxml = "==4.9.2" -pip = "==23.1.2" +pip = "==23.3" mysql-connector-python = "==8.0.11" [dev-packages] diff --git a/behave_dble/Pipfile.lock b/behave_dble/Pipfile.lock index 1eee3352b..d19388f3f 100644 --- a/behave_dble/Pipfile.lock +++ b/behave_dble/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "27165bb8c766ddceb82934931c5fd60e06840e352dd65e11a68e48687a6e823f" + "sha256": "aab5c5ae22bdf8468d807482fbead8e24ec022c74674c37f05220aeb35b429b6" }, "pipfile-spec": 6, "requires": { @@ -325,11 +325,14 @@ }, "pip": { "hashes": [ - "sha256:0e7c86f486935893c708287b30bd050a36ac827ec7fe5e43fe7cb198dd835fba", - "sha256:3ef6ac33239e4027d9a5598a381b9d30880a1477e50039db2eac6e8a8f6d1b18" + "sha256:1fcaa041308d01f14575f6d0d2ea4b75a3e2871fe4f9c694976f908768e14174", + "sha256:55eb67bb6171d37447e82213be585b75fe2b12b359e993773aca4de9247a052b", + "sha256:bb7d4f69f488432e4e96394612f43ab43dd478d073ef7422604a570f7157561e", + "sha256:bc38bb52bc286514f8f7cb3a1ba5ed100b76aaef29b521d48574329331c5ae7b" ], "index": "tsinghua", - "version": "==23.1.2" + "markers": "python_version >= '3.7'", + "version": "==23.3" }, "pluggy": { "hashes": [ @@ -459,4 +462,4 @@ } }, "develop": {} -} \ No newline at end of file +}