From 3776856a6c8b448ec1308d0331a93d39c583476e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:28:44 +0100 Subject: [PATCH] build(deps-dev): bump pytest from 8.0.0 to 8.0.1 (#3414) 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 5505ccdc..9d71e15d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2979,13 +2979,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "8.0.0" +version = "8.0.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, - {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, + {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, + {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, ] [package.dependencies] @@ -4227,4 +4227,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "0c4abc0f39b18a7281c5fd3f9d0293b6d8f5d6b048ac6e4c5622ff733a90fc83" +content-hash = "923b4691b05d4e2a64cd6c359294c412eb00665b715d98ca944a4e0db609e0d5" diff --git a/pyproject.toml b/pyproject.toml index 22345b6e..1ce755a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ moto = {extras = ["all"], version = "5.0.2"} openapi-schema-validator = "0.6.2" openapi-spec-validator = "0.7.1" pylint = "3.0.3" -pytest = "8.0.0" +pytest = "8.0.1" pytest-cov = "4.1.0" pytest-env = "1.1.3" pytest-randomly = "3.15.0"