Bump pytest from 8.4.0 to 8.4.1 (#3140)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hare Sudhan <code@0x6c.dev>
This commit is contained in:
dependabot[bot]
2025-06-24 22:19:14 -04:00
committed by GitHub
parent 9f2cd5e9c6
commit ea4796381a
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -484,14 +484,14 @@ windows-terminal = ["colorama (>=0.4.6)"]
[[package]] [[package]]
name = "pytest" name = "pytest"
version = "8.4.0" version = "8.4.1"
description = "pytest: simple powerful testing with Python" description = "pytest: simple powerful testing with Python"
optional = false optional = false
python-versions = ">=3.9" python-versions = ">=3.9"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "pytest-8.4.0-py3-none-any.whl", hash = "sha256:f40f825768ad76c0977cbacdf1fd37c6f7a468e460ea6a0636078f8972d4517e"}, {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"},
{file = "pytest-8.4.0.tar.gz", hash = "sha256:14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6"}, {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"},
] ]
[package.dependencies] [package.dependencies]
@@ -903,4 +903,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "c333dfe1fd3c149c60bdaf0f606a707c57109ce55414277d057d67d696bcbf4d" content-hash = "df76651a180459cb523b39526ad4a45fa121692f080f9106a83468c9ada6d7bb"
+1 -1
View File
@@ -14,7 +14,7 @@ ruamel-yaml = "^0.18.14"
pydantic = "^2.11.7" pydantic = "^2.11.7"
typer = "^0.16.0" typer = "^0.16.0"
hypothesis = "^6.135.14" hypothesis = "^6.135.14"
pytest = "^8.4.0" pytest = "^8.4.1"
[build-system] [build-system]