diff --git a/poetry.lock b/poetry.lock index 87be795..0094b6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -707,7 +707,7 @@ files = [ [package.dependencies] attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.03.6" +jsonschema-specifications = ">=2023.3.6" referencing = ">=0.28.4" rpds-py = ">=0.25.0" @@ -1487,14 +1487,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] @@ -2323,4 +2323,4 @@ typing-extensions = {version = ">=4.13.2", markers = "python_version < \"3.11\"" [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "7bfcbfa6f85b9427eaedc1003d1dc2f33574dfa12a57f181462d35be63ca83e3" +content-hash = "9643c74b1e4baca00c25b592ca3299245e3e2768ccc2e580e7bc702d19c8b9ce" diff --git a/pyproject.toml b/pyproject.toml index 39a032c..d3816d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ tbump = "^6.11.0" pre-commit = "*" pytest = "^9.0.3" pytest-flake8 = "=1.3.0" -pytest-cov = "^7.0.0" +pytest-cov = "^7.1.0" tox = "*" mypy = "^2.1" isort = "^8.0.1"