chore(deps): update dependency pytest to v7.2.1

This commit is contained in:
renovate[bot] 2023-01-16 01:28:43 +00:00
parent de0630bd93
commit 32ab32d067
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -769,14 +769,14 @@ files = [
[[package]]
name = "pytest"
version = "7.2.0"
version = "7.2.1"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
{file = "pytest-7.2.0-py3-none-any.whl", hash = "sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71"},
{file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"},
{file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"},
{file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"},
]
[package.dependencies]
@ -1105,4 +1105,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "95b9300c70eac2fe8e647209bdaa6e0275100007c0ef5134ff233f64486fe6b2"
content-hash = "0014856f3285cb1020bc3b346ae873075baad9619a1caa64ac575b03c4c2893e"

View File

@ -62,7 +62,7 @@ flake8-polyfill = "1.0.2"
flake8-quotes = "3.3.2"
pep8-naming = "0.13.3"
pydocstyle = "6.2.3"
pytest = "7.2.0"
pytest = "7.2.1"
pytest-cov = "4.0.0"
pytest-mock = "3.10.0"
yapf = "0.32.0"