From b051634ed052d2e0d5c7abc95bb526e77957a967 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 01:35:23 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyte?= =?UTF-8?q?st=20to=20v7.3.1?= 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 cda6fb08..8e5de191 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1200,14 +1200,14 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "7.3.0" +version = "7.3.1" description = "pytest: simple powerful testing with Python" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.3.0-py3-none-any.whl", hash = "sha256:933051fa1bfbd38a21e73c3960cebdad4cf59483ddba7696c48509727e17f201"}, - {file = "pytest-7.3.0.tar.gz", hash = "sha256:58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d"}, + {file = "pytest-7.3.1-py3-none-any.whl", hash = "sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362"}, + {file = "pytest-7.3.1.tar.gz", hash = "sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3"}, ] [package.dependencies] @@ -1745,4 +1745,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "530ad46e7e97ac263324c7b5e53ce321ce3c8af32ec7a7f2ffaa3d96b16bb912" +content-hash = "412f3e8f475df77fbde256703b03dafdd9acffde74b51ee72b2eba6a8b2d1677" diff --git a/pyproject.toml b/pyproject.toml index 13bde136..b487020e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ mypy = "1.2.0" pre-commit = "3.2.2" pre-commit-hooks = "4.4.0" pylint = "2.17.2" -pytest = "7.3.0" +pytest = "7.3.1" pytest-asyncio = "0.21.0" pytest-cov = "4.0.0" ruff = "0.0.261"