From aeee4b6137592807197900daf519295d3acc4c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 10:52:19 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-cov from 4.0.0 to 4.1.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6ad499b..4148e0f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -512,13 +512,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-cov" -version = "4.0.0" +version = "4.1.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"}, - {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, + {file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"}, + {file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"}, ] [package.dependencies] @@ -786,4 +786,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "21b7dfa30a34475db958bc21c32abcf8d5f0fcb92ae1b94d17a8b679baa72d33" +content-hash = "02dbe86b0d8aa1850e9032cfa5329fa980e7387548c8ca1ee4dade8c55293932" diff --git a/pyproject.toml b/pyproject.toml index 1f812b2..d889ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ oauthlib = "^3.2.2" [tool.poetry.dev-dependencies] pytest = "^7.3" black = {version = "^23.3", allow-prereleases = true} -pytest-cov = "^4.0.0" +pytest-cov = "^4.1.0" pytest-mock = "^3.6.1" tox = "^4.6.0" tox-gh-actions = "^3.1.1"