From eb56e1417ce3dad40b43b5944804d78fd6ef1274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 13:33:48 +0100 Subject: [PATCH] build(deps-dev): bump pytest from 7.4.3 to 7.4.4 (#3232) 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 60d4aabe..6e1a3a0f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2208,13 +2208,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.4.3" +version = "7.4.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -3296,4 +3296,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "74dd37ddcc592fd7b18565a6d83ca256104f914f6a2969671b9e101a00c4bfa1" +content-hash = "e336d6ac9eda61aa044d6d3ef589e847efd9c8bc523620f18f79d1b09d554046" diff --git a/pyproject.toml b/pyproject.toml index ebb51d36..1c6a0b3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ moto = {extras = ["all"], version = "4.2.12"} openapi-spec-validator = "0.7.1" openapi-schema-validator = "0.6.2" pylint = "3.0.3" -pytest = "7.4.3" +pytest = "7.4.4" pytest-cov = "4.1.0" pytest-randomly = "3.15.0" pytest-xdist = "3.5.0"