From 4d4280033bccb4eb8f17ca0cfca66e597d8ded86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 07:55:26 +0200 Subject: [PATCH] build(deps-dev): bump pytest from 7.3.2 to 7.4.0 (#2532) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6fc2b37f..8e64f2e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1890,13 +1890,13 @@ files = [ [[package]] name = "pytest" -version = "7.3.2" +version = "7.4.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.3.2-py3-none-any.whl", hash = "sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295"}, - {file = "pytest-7.3.2.tar.gz", hash = "sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b"}, + {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, + {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, ] [package.dependencies] @@ -2772,4 +2772,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e49469ee2921495a7b7ffb09e77f048577c5b5e89e6923a9e9b16dcfb51cf564" +content-hash = "efbb5ac44a5d3c4ed32d083200b9a8b611ea4f09e304262e74c0afd5eff18119" diff --git a/pyproject.toml b/pyproject.toml index 5882cc56..a084774d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ freezegun = "1.2.2" moto = "4.1.11" openapi-spec-validator = "0.5.7" pylint = "2.17.4" -pytest = "7.3.2" +pytest = "7.4.0" pytest-randomly = "3.12.0" pytest-xdist = "3.3.1" safety = "2.3.5"