From ea4796381acde8cb739b7b6f2b4db7d2304263b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:19:14 -0400 Subject: [PATCH] Bump pytest from 8.4.0 to 8.4.1 (#3140) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hare Sudhan --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 87434826..300cd403 100644 --- a/poetry.lock +++ b/poetry.lock @@ -484,14 +484,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.4.0" +version = "8.4.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pytest-8.4.0-py3-none-any.whl", hash = "sha256:f40f825768ad76c0977cbacdf1fd37c6f7a468e460ea6a0636078f8972d4517e"}, - {file = "pytest-8.4.0.tar.gz", hash = "sha256:14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6"}, + {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, + {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, ] [package.dependencies] @@ -903,4 +903,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "c333dfe1fd3c149c60bdaf0f606a707c57109ce55414277d057d67d696bcbf4d" +content-hash = "df76651a180459cb523b39526ad4a45fa121692f080f9106a83468c9ada6d7bb" diff --git a/pyproject.toml b/pyproject.toml index 3cb792ee..18603806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ ruamel-yaml = "^0.18.14" pydantic = "^2.11.7" typer = "^0.16.0" hypothesis = "^6.135.14" -pytest = "^8.4.0" +pytest = "^8.4.1" [build-system]