build(deps-dev): bump pytest from 7.2.1 to 7.2.2 (#2046)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-07 08:32:19 +01:00
committed by GitHub
parent e3892bbcc6
commit 9c22698723
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1763,14 +1763,14 @@ files = [
[[package]] [[package]]
name = "pytest" name = "pytest"
version = "7.2.1" version = "7.2.2"
description = "pytest: simple powerful testing with Python" description = "pytest: simple powerful testing with Python"
category = "dev" category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"}, {file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"},
{file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"}, {file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"},
] ]
[package.dependencies] [package.dependencies]
@@ -2610,4 +2610,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "9fed7a42df9dde5a080ab4db914411853659a78b4cd332552402bf94f8ccfe18" content-hash = "c5179f86784920dbffb657db9bf042a6ce0db7bda44b63d3e902c5058a0f9a45"

View File

@@ -59,7 +59,7 @@ freezegun = "1.2.2"
moto = "4.1.3" moto = "4.1.3"
openapi-spec-validator = "0.5.5" openapi-spec-validator = "0.5.5"
pylint = "2.16.3" pylint = "2.16.3"
pytest = "7.2.1" pytest = "7.2.2"
pytest-xdist = "3.2.0" pytest-xdist = "3.2.0"
safety = "2.3.5" safety = "2.3.5"
sure = "2.0.1" sure = "2.0.1"