diff --git a/poetry.lock b/poetry.lock index c5f618ecb948..9792d2f06d47 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2562,13 +2562,13 @@ tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} [[package]] name = "pytest" -version = "8.1.1" +version = "8.3.3" description = "pytest: simple powerful testing with Python" optional = true python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -2576,11 +2576,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.4,<2.0" +pluggy = ">=1.5,<2" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "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" @@ -3450,4 +3450,4 @@ upnp = ["miniupnpc"] [metadata] lock-version = "2.0" python-versions = ">=3.8.10, <3.13" -content-hash = "7a43888de578b6623e2ab2ea021c8595df4d7cd49e5c6e89490256d5c8cf918c" +content-hash = "2e41ebc95feabcbeea8da47376d631fde43d5ec76ca3ba9075c448e93df08e32" diff --git a/pyproject.toml b/pyproject.toml index 2f663d2631c5..b677f16db83f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ pre-commit = [ { version = "3.5.0", python = "<3.9", optional = true }, { versio py3createtorrent = { version = "1.2.1", optional = true } pyinstaller = { version = "6.9.0", optional = true } pylint = { version = "3.2.6", optional = true } -pytest = { version = "8.1.1", optional = true } +pytest = { version = "8.3.3", optional = true } pytest-cov = { version = "5.0.0", optional = true } pytest-mock = { version = "3.14.0", optional = true } pytest-monitor = { version = "1.6.6", platform = "linux", optional = true }