From bea26a461feea3d9dca8adeb3114c6751ca87d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 09:58:56 +0100 Subject: [PATCH] build(deps-dev): bump openapi-spec-validator from 0.5.4 to 0.5.5 (#1846) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index 7c57433c..04f8ac52 100644 --- a/Pipfile +++ b/Pipfile @@ -31,7 +31,7 @@ safety = "2.3.1" vulture = "2.7" moto = "4.1.2" docker = "6.0.0" -openapi-spec-validator = "0.5.4" +openapi-spec-validator = "0.5.5" pytest = "7.2.1" pytest-xdist = "2.5.0" coverage = "7.1.0" diff --git a/Pipfile.lock b/Pipfile.lock index 1cc5f834..65af8315 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d2503faac9f330fb3a68f76c53b99c77a2c6f5b18991e2297b057ce93ee96e2c" + "sha256": "214a60c1633f7ad231072e3bdaeb40e4524db681d3a9ad4edd9b9db0c7dba3ab" }, "pipfile-spec": 6, "requires": { @@ -1084,7 +1084,7 @@ "sha256:8d8db7c255e524fab1016a952a9143e5b6e3c074f4ed25d1878f8e97806caec0", "sha256:b3cde007ad65c2e631e2f8653cf187124a2c714d02d9fafbab68ad64bf5745d6" ], - "markers": "python_version >= '3.7' and python_full_version < '4.0.0'", + "markers": "python_version >= '3.7' and python_version < '4'", "version": "==0.1.3" }, "lazy-object-proxy": { @@ -1222,16 +1222,16 @@ "sha256:6940dba9f4906c97078fea6fd9d5a3a3384207db368c4e32f6af6abd7c5c560b", "sha256:f1eff2a7936546a3ce62b88a17d09de93c9bd229cbc43cb696c988a61a382548" ], - "markers": "python_version >= '3.7' and python_full_version < '4.0.0'", + "markers": "python_version >= '3.7' and python_version < '4'", "version": "==0.4.3" }, "openapi-spec-validator": { "hashes": [ - "sha256:68654e81cc56c71392dba31bf55d11e1c03c99458bebcb0018959a7134e104da", - "sha256:96be4258fdccc89d3da094738e19d56b94956914b93a22de795b9dd220cb4c7c" + "sha256:3010df5237748e25d7fac2b2aaf13457c1afd02735b2bd6f008a10079c8f443a", + "sha256:93ba247f585e1447214b4207728a7cce3726d148238217be69e6b8725c118fbe" ], "index": "pypi", - "version": "==0.5.4" + "version": "==0.5.5" }, "packaging": { "hashes": [ @@ -1246,7 +1246,7 @@ "sha256:5c869d315be50776cc8a993f3af43e0c60dc01506b399643f919034ebf4cdcab", "sha256:cdd7b1f9d7d5c8b8d3315dbf5a86b2596053ae845f056f57d97c0eefff84da14" ], - "markers": "python_version >= '3.7' and python_full_version < '4.0.0'", + "markers": "python_version >= '3.7' and python_version < '4'", "version": "==0.4.3" }, "pathspec": { @@ -1563,7 +1563,7 @@ "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc", "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" ], - "markers": "python_version < '3.11'", + "markers": "python_full_version < '3.11.0a7'", "version": "==2.0.1" }, "tomlkit": {