From caacd2f402ef26793cc1c7fd71ea8565b85d82a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 10:51:00 +0000 Subject: [PATCH] chore(deps): update group:pytest --- poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3dbc29b0..27dc62a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1732,14 +1732,14 @@ pytest-nunit = ">=1.0.0,<2.0.0" [[package]] name = "pytest-cov" -version = "4.0.0" +version = "4.1.0" description = "Pytest plugin for measuring coverage." category = "dev" 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] @@ -1751,14 +1751,14 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mock" -version = "3.10.0" +version = "3.11.1" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, - {file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"}, + {file = "pytest-mock-3.11.1.tar.gz", hash = "sha256:7f6b125602ac6d743e523ae0bfa71e1a697a2f5534064528c6ff84c2f7c2fc7f"}, + {file = "pytest_mock-3.11.1-py3-none-any.whl", hash = "sha256:21c279fff83d70763b05f8874cc9cfb3fcacd6d354247a976f9529d19f9acf39"}, ] [package.dependencies] @@ -2479,4 +2479,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.10" -content-hash = "08c73b0a1354d768a3d4bb0329908c96215c903b7c8465ef7eccc707bf6e7af3" +content-hash = "cc84327628fbaa3c1fed7a740e97945557aec83f7dab816d6dfcd8e31373e8b4" diff --git a/pyproject.toml b/pyproject.toml index 8f1d8a3e..48184df2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,8 +40,8 @@ sphinx-pyproject = "~0.1.0" [tool.poetry.group.tests.dependencies] pytest = "~7.3.0" pytest-azurepipelines = "~1.0.4" -pytest-cov = "~4.0.0" -pytest-mock = "~3.10.0" +pytest-cov = "~4.1.0" +pytest-mock = "~3.11.0" [tool.poetry.group.types.dependencies] types-requests = "~2.28.11.8"