From 64113c86acbdb9e84d4b0285214f6547d825ba3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 02:13:39 +0000 Subject: [PATCH] chore(deps): update dependency test/pytest to v7.4.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f70bb63..c582308 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ test = [ "flake8==6.0.0", "black==22.10.0", "pytest_alembic==0.10.7", - "pytest==7.4.0", + "pytest==7.4.3", "pytest-mock-resources==2.9.1", "python_on_whales==0.64.0", "ruff==0.0.284"