From 25738b7a2c8203ab33ec4fb7132e1541bff6b0c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:46:07 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8 --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1cc480eec4..3913754c1f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1920,23 +1920,23 @@ files = [ [[package]] name = "pytest" -version = "7.4.4" +version = "8.3.5" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, - {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, + {file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"}, + {file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.5,<2" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" @@ -2769,4 +2769,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "~3.12.7" -content-hash = "c0e348914122f836acd1d71ecbc9a792d0b1234095a1e3069d664db17f9b1503" +content-hash = "086c6b8e48218a830418c091e427ee3eae9cf928430ed79b49bd34e28f013f0a" diff --git a/pyproject.toml b/pyproject.toml index 87b1e86677..0d279e3394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ monkeytype = "23.3.0" mypy = "1.11.2" poethepoet = "^0.24.4" pre-commit = "^3.7.1" -pytest = "7.4.4" +pytest = "8.3.5" pytest-cov = "2.12.1" pytest-env = "0.8.2" pytest-mock = "3.14.0"