From c29d29510f5cbd63c865a346833020a643e0f745 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:03:50 -0600 Subject: [PATCH] Update dependency pytest to v7.4.4 (#525) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d3d72776..ec5c6098 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1120,13 +1120,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "7.4.2" +version = "7.4.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.2-py3-none-any.whl", hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"}, - {file = "pytest-7.4.2.tar.gz", hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -1607,4 +1607,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "04e6361781e450272347ca0cd61b75ed146934c8cbac88e09f100f54038e5bbe" +content-hash = "feafa39fb30b5a3bd5321cb36412d46d2247418e730cb86c142eba58c2a9a0ae" diff --git a/pyproject.toml b/pyproject.toml index 0489e378..1686784b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ mypy = "1.5.1" pre-commit = "3.4.0" pre-commit-hooks = "4.4.0" pylint = "3.1.0" -pytest = "7.4.2" +pytest = "7.4.4" pytest-asyncio = "0.23.5" pytest-cov = "4.1.0" ruff = "0.2.2"