From ee65c9479a87305efab2dd32430d5cd782958d88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:02:41 +0000 Subject: [PATCH] Update dependency pytest to v7.4.4 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f4be3662..78157a59 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1668,14 +1668,14 @@ files = [ [[package]] name = "pytest" -version = "7.4.3" +version = "7.4.4" description = "pytest: simple powerful testing with Python" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -2450,4 +2450,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "7dfecaf314955fe89a2d185ce5d68581ad8bd3653fa8c9280cee7850c3f8b2b0" +content-hash = "ac7ab93a43ebd9cb76c770cc6d4cd4154160fb65cfd43ddabaffab904f142633" diff --git a/pyproject.toml b/pyproject.toml index 36aa5489..eb0a8c13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ black = "23.12.1" docker = "7.0.0" pdbpp = "^0.10.3" pylint = "3.0.3" -pytest = "7.4.3" +pytest = "7.4.4" pytest-cov = "4.1.0" pytype = "2023.12.18"