diff --git a/poetry.lock b/poetry.lock index 54ed3c0..e084a9c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -978,22 +978,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 = ["dev"] 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 = "pyyaml" @@ -1380,4 +1381,4 @@ sqlalchemy = ["greenlet", "requests", "sqlalchemy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "dc54cacf9c7b90029d5c29ad2f793ad11091e56fbe6667e3829ab88d0895449c" +content-hash = "fbdb02910452087091d7e0d440ae48e8fcfaad2bd543f7145fef440a451e127e" diff --git a/pyproject.toml b/pyproject.toml index b7caa65..9125625 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ sqlalchemy = ["sqlalchemy", "requests", "greenlet"] [tool.poetry.group.dev.dependencies] coverage = ">=6.5,<8.0" pytest = ">=7.1.3,<10.0.0" -pytest-cov = ">=4,<6" +pytest-cov = ">=4,<8" parameterized = ">=0.8.1,<0.10.0" tox = ">=3.26,<5.0" urllib3 = "==2.6.0"