From e290b5ecf9ce604ee3021158610f6c5ce37d5408 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:51:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyte?= =?UTF-8?q?st=20to=20v8.3.4=20(#406)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 9a83ea1..99fc145 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1001,13 +1001,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, - {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -1385,4 +1385,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fb5764b30a3ff893a1daa4faeac93486847043bbcae7384c32251193253382b2" +content-hash = "376b9e2b2cc123ce6846f880b77d4e26e72799e36275ce4d7e5287cafe146fc7" diff --git a/pyproject.toml b/pyproject.toml index f44be70..26103a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ codespell = "2.3.0" covdefaults = "2.3.0" coverage = {version = "7.6.8", extras = ["toml"]} pylint = "3.3.1" -pytest = "8.3.3" +pytest = "8.3.4" pytest-asyncio = "0.24.0" pytest-cov = "5.0.0" pre-commit = "==4.0.1"