From b8df54356bf04ea8e2beea0b651b57c02f8a3931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:57:11 +0000 Subject: [PATCH] Bump pytest-check from 2.2.0 to 2.2.1 in /src Bumps [pytest-check](https://github.com/okken/pytest-check) from 2.2.0 to 2.2.1. - [Changelog](https://github.com/okken/pytest-check/blob/main/changelog.md) - [Commits](https://github.com/okken/pytest-check/compare/2.2.0...2.2.1) --- updated-dependencies: - dependency-name: pytest-check dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/poetry.lock | 10 +++++----- src/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/poetry.lock b/src/poetry.lock index 0302201..e7c41d4 100644 --- a/src/poetry.lock +++ b/src/poetry.lock @@ -425,13 +425,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-check" -version = "2.2.0" +version = "2.2.1" description = "A pytest plugin that allows multiple failures per test." optional = false -python-versions = ">3.7" +python-versions = ">=3.7" files = [ - {file = "pytest_check-2.2.0-py3-none-any.whl", hash = "sha256:9769c9a13889d1f3298ee6b0ff0b84b59c8af4d927f7d52d070513601b9979c2"}, - {file = "pytest_check-2.2.0.tar.gz", hash = "sha256:ec93701d930de5a628957cd54fe918e324da1b811040e64cb70cae2857cf26ff"}, + {file = "pytest_check-2.2.1-py3-none-any.whl", hash = "sha256:1cb9688d0ce3919dc9818fe287dd17e36daefb0d13e4e67702f536c5920101ee"}, + {file = "pytest_check-2.2.1.tar.gz", hash = "sha256:deb37f881dfa0d5e246f2996238aef745a7900d7b3523a741605772b8a2c4952"}, ] [package.dependencies] @@ -692,4 +692,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b0822ba2320cc50373b702edcc5bda6470fcf6ee39c976cca028611adf0a17a7" +content-hash = "be7c3fc04325354e9a5b427cdbff6a15bed36dff941a5bd88ab53b96f8a39bce" diff --git a/src/pyproject.toml b/src/pyproject.toml index a230bda..33f6e7b 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -20,7 +20,7 @@ tqdm = "^4.65.0" loguru = "^0.7.0" gitpython = "^3.1.32" jsonschema = "^4.19.0" -pytest-check = "^2.2.0" +pytest-check = "^2.2.1" pytest-dependency = "^0.5.1" requests = "^2.31.0"