From a04e8d9f061f2b970ae51c45ce3c29a54c8654b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 23:45:38 +0100 Subject: [PATCH] chore(deps): update dependency pytest to v8 (#132) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tests/e2e/requirements.in | 2 +- tests/e2e/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/e2e/requirements.in b/tests/e2e/requirements.in index 32f9b10..076ed9a 100644 --- a/tests/e2e/requirements.in +++ b/tests/e2e/requirements.in @@ -1,3 +1,3 @@ fhirclient==4.3.0 retrying==1.3.4 -pytest==7.4.4 +pytest==8.3.4 diff --git a/tests/e2e/requirements.txt b/tests/e2e/requirements.txt index 0780fc0..68f8334 100644 --- a/tests/e2e/requirements.txt +++ b/tests/e2e/requirements.txt @@ -135,9 +135,9 @@ pluggy==1.5.0 \ --hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \ --hash=sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669 # via pytest -pytest==7.4.4 \ - --hash=sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280 \ - --hash=sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8 +pytest==8.3.4 \ + --hash=sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6 \ + --hash=sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761 # via -r requirements.in requests==2.32.3 \ --hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \