From 26b0e84cbf2a7a530aade480c3802e4a64b459ef Mon Sep 17 00:00:00 2001 From: Josh McVey Date: Mon, 18 Dec 2023 09:17:53 -0600 Subject: [PATCH] pin dependencies --- app-testing/Pipfile | 4 ++-- app-testing/Pipfile.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-testing/Pipfile b/app-testing/Pipfile index acad43ee975..6b584a7fb4a 100644 --- a/app-testing/Pipfile +++ b/app-testing/Pipfile @@ -20,8 +20,8 @@ pydantic = "==2.5.2" pygithub = "==2.1.1" ruff = "==0.1.6" docker = "==6.1.3" -syrupy = "*" -pytest-html = "*" +syrupy = "==4.6.0" +pytest-html = "==4.1.1" [requires] python_version = "3.12" diff --git a/app-testing/Pipfile.lock b/app-testing/Pipfile.lock index 2b51521a285..e6d0c62ad48 100644 --- a/app-testing/Pipfile.lock +++ b/app-testing/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4742e67f728bed41502ed0d9458750e87dac8838b5fa0cc1e3986da058f64767" + "sha256": "833b9fb969bfaeeae450d8fdff72fe005f8b2857541ba692965d2177ff6004de" }, "pipfile-spec": 6, "requires": {