From b194d164eabdaf6536c803694616b1bc47a2a24b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 01:04:29 +0000 Subject: [PATCH] pip(deps): bump pytest-check from 2.5.1 to 2.5.2 Bumps [pytest-check](https://github.com/okken/pytest-check) from 2.5.1 to 2.5.2. - [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.1...2.5.2) --- updated-dependencies: - dependency-name: pytest-check dependency-version: 2.5.2 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 0a8395a86..ba18285ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1261,14 +1261,14 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-check" -version = "2.5.1" +version = "2.5.2" description = "A pytest plugin that allows multiple failures per test." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pytest_check-2.5.1-py3-none-any.whl", hash = "sha256:b61daca3883c60aa5db47b7dcf3a196ba1ba866abb19866d16a8c0722d49440b"}, - {file = "pytest_check-2.5.1.tar.gz", hash = "sha256:b47c531eb9c6ea62c6456d88dacf0b7f12ec6bde519bb5ef854af10f37ba1140"}, + {file = "pytest_check-2.5.2-py3-none-any.whl", hash = "sha256:e736cbfce5152ef904adf0e13584123a7813532725b7fc8ceca097fc8b232758"}, + {file = "pytest_check-2.5.2.tar.gz", hash = "sha256:131fa57ad2f0e21e39886e05255142bb584e61881a5e4584fd06b14aae63ee5d"}, ] [package.dependencies] @@ -1726,4 +1726,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "c4c04bdc6b433cdf1cc5ed5ae23cca00f46ea482830376f27754af3de5e6e301" +content-hash = "1aa070e55bd4a799ca7b5d4ae0602e2fd9c97d77815fe3f68d18b65a29758d90" diff --git a/pyproject.toml b/pyproject.toml index b802a1538..4b64d7ac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ semver = "^3.0.4" gitpython = "^3.1.44" lxml = "^4.9.4" xmlformatter = "^0.2.8" -pytest-check = "^2.5.1" +pytest-check = "^2.5.2" requests = "^2.32.3" openapi-core = "^0.19.5"