From 84382268f6fd5d84a814bfd1789a63788cec6f91 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 21 Jan 2023 01:06:03 +0000 Subject: [PATCH] chore(api): update dependency pytest to v7.2.1 --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index ba3d94887..ea29b93a5 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -2613,14 +2613,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] @@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "3f65b57c0ae626683fb3c2b149e92aec18f6f0d8e14f273f175baccef87ad33f" +content-hash = "9207e2898340cce87d648a56768d77741f729c97f17a2a4fa0b80d8b1b239bf2" diff --git a/api/pyproject.toml b/api/pyproject.toml index cea0ff9ba..760856bf6 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -105,7 +105,7 @@ faker = "==15.3.4" flake8 = "==3.9.2" ipdb = "==0.13.11" prompt-toolkit = "==3.0.36" -pytest = "==7.2.0" +pytest = "==7.2.1" pytest-asyncio = "==0.20.3" pytest-cov = "==4.0.0" pytest-django = "==4.5.2"