diff --git a/poetry.lock b/poetry.lock index fe0cb69..40770a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -855,23 +855,23 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" -version = "6.2.1" +version = "7.1.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_cov-6.2.1-py3-none-any.whl", hash = "sha256:f5bc4c23f42f1cdd23c70b1dab1bbaef4fc505ba950d53e0081d0730dd7e86d5"}, - {file = "pytest_cov-6.2.1.tar.gz", hash = "sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2"}, + {file = "pytest_cov-7.1.0-py3-none-any.whl", hash = "sha256:a0461110b7865f9a271aa1b51e516c9a95de9d696734a2f71e3e78f46e1d4678"}, + {file = "pytest_cov-7.1.0.tar.gz", hash = "sha256:30674f2b5f6351aa09702a9c8c364f6a01c27aae0c1366ae8016160d1efc56b2"}, ] [package.dependencies] -coverage = {version = ">=7.5", extras = ["toml"]} +coverage = {version = ">=7.10.6", extras = ["toml"]} pluggy = ">=1.2" -pytest = ">=6.2.5" +pytest = ">=7" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] +testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-mock" @@ -1050,4 +1050,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.14" -content-hash = "980aaf02d43b0dc2a10fd5dcbfe735c2d1d652068dae23b93af27f99f5eb9e90" +content-hash = "dfe6028a6f5b3d7efdeb36cf1c775413e39cae2bc061488c81cc172d39db235c" diff --git a/pyproject.toml b/pyproject.toml index ccb53ee..d91a634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pybotx-smartapp-rpc = "^0.13.0" mypy = "^1.16.1" pytest = "^8.4.1" pytest-asyncio = "^1.1.0" -pytest-cov = "^6.2.1" +pytest-cov = "^7.0.0" pytest-mock = "^3.15.1" pytest-xdist = "^3.8.0" factory-boy = "^3.3.3"