From 18eee69e0d07dd6e3c347b4d859680664526fb4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 00:36:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyte?= =?UTF-8?q?st=20to=20v7.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a02ab6cc..d0e70d4b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1147,13 +1147,13 @@ testutils = ["gitpython (>3)"] [[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] @@ -1689,4 +1689,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f8f9c8d2acf499d95fe5b67672f74f43fa7149af9f42fae06f318e29f14c3200" +content-hash = "f55c974d367e6fb7a60ab32553bd1d42383654fa40cca70fc2c925263b647d1c" diff --git a/pyproject.toml b/pyproject.toml index 9cdec9fb..a75f83b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ mypy = "1.4.0" pre-commit = "3.3.3" pre-commit-hooks = "4.4.0" pylint = "2.17.4" -pytest = "7.3.2" +pytest = "7.4.0" pytest-asyncio = "0.21.0" pytest-cov = "4.1.0" ruff = "0.0.272"