diff --git a/poetry.lock b/poetry.lock index 6f54b615f..25c8bb008 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1522,14 +1522,14 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-check" -version = "2.6.0" +version = "2.6.2" description = "A pytest plugin that allows multiple failures per test." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pytest_check-2.6.0-py3-none-any.whl", hash = "sha256:a9735020dc0f0219b8a5298d7f90cf6d1f6fe34b709b9ecbb9e0f49393ebab38"}, - {file = "pytest_check-2.6.0.tar.gz", hash = "sha256:9be4c59a09827129109148c85d7b5964b57f0a5ced1b619459ca30e6f463ca42"}, + {file = "pytest_check-2.6.2-py3-none-any.whl", hash = "sha256:71762eb58f6b8a2d75afb9e6c8b800af7f634f67359d899a65ee48aaee087215"}, + {file = "pytest_check-2.6.2.tar.gz", hash = "sha256:5e2128405b14978ad74f21f3225fcc52bbb1cc7c41a55d5eaad9f1e3cd27e42e"}, ] [package.dependencies] @@ -2064,4 +2064,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "5ae05ff40ea9bec8144357276aa1506ab405b7ef9dab3ee0001edddb2cc7bc43" +content-hash = "69013524ffd423a37c916a93117bc50fa2413c9be5c404ff936a83d0c63f1e36" diff --git a/pyproject.toml b/pyproject.toml index 0125e5247..6a37dd641 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.6.0" +pytest-check = "^2.6.2" requests = "^2.32.5" openapi-core = "^0.19.5"