diff --git a/poetry.lock b/poetry.lock index 190abf2..a4fdfad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2930,22 +2930,23 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-cov" -version = "5.0.0" +version = "7.0.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pytest-cov-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"}, - {file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"}, + {file = "pytest_cov-7.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861"}, + {file = "pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1"}, ] [package.dependencies] -coverage = {version = ">=5.2.1", extras = ["toml"]} -pytest = ">=4.6" +coverage = {version = ">=7.10.6", extras = ["toml"]} +pluggy = ">=1.2" +pytest = ">=7" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] +testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-mock" @@ -4252,4 +4253,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.14" -content-hash = "65a8d1bdb9a2b08ea9b0f6bd22ec4e7dec0c6142ecad3d2565a5ba0544a2a293" +content-hash = "fea7617ba4d27f39b3c64f7251be175645fceeb8399f027c6bb14369bbba5c7c" diff --git a/pyproject.toml b/pyproject.toml index 7806766..4b5540d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ langchain = "^1.0.7" langchain-text-splitters = "^1.0.0" langchain-community = "^0.4.1" pytest = "^8.0.0" -pytest-cov = "^5.0.0" +pytest-cov = "^7.0.0" pytest-mock = "^3.14.0" black = "^24.10.0" ruff = "^0.8.0"