From 64682e3bc400e5cf2b564b9ce5313451cb0237c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 10:18:44 +0000 Subject: [PATCH] pip(deps): bump pytest-check from 2.5.3 to 2.5.4 Bumps [pytest-check](https://github.com/okken/pytest-check) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/okken/pytest-check/releases) - [Changelog](https://github.com/okken/pytest-check/blob/main/changelog.md) - [Commits](https://github.com/okken/pytest-check/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: pytest-check dependency-version: 2.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5185bfc20..89b3d7d53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1431,14 +1431,14 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-check" -version = "2.5.3" +version = "2.5.4" description = "A pytest plugin that allows multiple failures per test." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pytest_check-2.5.3-py3-none-any.whl", hash = "sha256:354685dfa63e714a20aa62b61c4d30d5acfa30891319df9046f59af653c3b9ba"}, - {file = "pytest_check-2.5.3.tar.gz", hash = "sha256:2357d7df77c395d30c0c4957724fdfce1a75ea8bc9eb2308c0ffe56f62ac70ca"}, + {file = "pytest_check-2.5.4-py3-none-any.whl", hash = "sha256:08c5f0ef40717ef8e55ee09d65dd7c919502db6eadb37a09818c12c28a57ad50"}, + {file = "pytest_check-2.5.4.tar.gz", hash = "sha256:33d87e28d5e49217f413277e1e0d267cd66c90a85a208944c44312c9c8e4ff74"}, ] [package.dependencies] @@ -1968,4 +1968,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "822bbadd419adab1be79eed2fe32d9306b53825e7808a0b4789d474d2657fa70" +content-hash = "7ae8a63df184f5e1269a70df0e4835ce739a71c4c5c43844a47a285c3f6c84ed" diff --git a/pyproject.toml b/pyproject.toml index a4a77dc88..4efeb9c03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ semver = "^3.0.4" gitpython = "^3.1.45" lxml = "^4.9.4" xmlformatter = "^0.2.8" -pytest-check = "^2.5.3" +pytest-check = "^2.5.4" requests = "^2.32.5" openapi-core = "^0.19.5"