From b79b42fc8315726f5ee1b0f7e27f64ffe74f6cc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 00:51:56 +0800 Subject: [PATCH] chore(dev): update dependency pytest to v7.4.2 (#131) Co-authored-by: renovate[bot] <29139614+renovate[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 0c00a0d..8f109a5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1328,13 +1328,13 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"] [[package]] name = "pytest" -version = "7.4.0" +version = "7.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, - {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, + {file = "pytest-7.4.2-py3-none-any.whl", hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"}, + {file = "pytest-7.4.2.tar.gz", hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"}, ] [package.dependencies] @@ -1844,4 +1844,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0a93f19b7dfd7736cf46d28161a385db8e5df7326da5978d591f83f53d598ab9" +content-hash = "5a291c385ad3174bf4726f21779403cd25d969bc49ba08c493a00cd8533445de" diff --git a/pyproject.toml b/pyproject.toml index c122828..f4ee56b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ typing-extensions = '4.7.1' sqlacodegen = "2.3.0" # tests coverage = { version = "==7.3.1", extras = ["toml"] } -pytest = "==7.4.0" +pytest = "==7.4.2" pytest-cov = "4.1.0" pytest-dotenv = "0.5.2" pytest-github-actions-annotate-failures = "==0.2.0"