diff --git a/poetry.lock b/poetry.lock index 0f58a30..7caa7c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-doc" @@ -930,14 +930,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-cov" -version = "7.0.0" +version = "7.1.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_cov-7.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861"}, - {file = "pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1"}, + {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] @@ -1306,4 +1306,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "0631404469c091c8b9f8743bf3edd02140e9aba574d4a179994b5aee0861d9cf" +content-hash = "3f9625812ea6f353372fc8d02d2c24f48afc8ae06ad3bfb43f7c58e20885e69a" diff --git a/pyproject.toml b/pyproject.toml index e7b3a43..5aaa286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ python = "^3.12" # if version changes, remember to change README.md # TODO: py ruff = "~0.15.2" mypy = "~1.19.1" pytest = "^9.0" -pytest-cov = "^7.0" +pytest-cov = "^7.1" pytest-flakefinder = "^1.1" pyright = "^1.1" pre-commit = "^4.5"