diff --git a/poetry.lock b/poetry.lock index f66c1c5..e82bf1c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -947,14 +947,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.4.1" +version = "8.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, - {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, + {file = "pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, + {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, ] [package.dependencies] @@ -1267,4 +1267,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "f3eafd1afd4ab32975d943d5887fc93bf0ba52e5f7c3684c163882bb933ba7f2" +content-hash = "85d77bb06f9ae22c64127e06843d10bd1ee0e2945be6fe8a130ac7bd9ebeea04" diff --git a/pyproject.toml b/pyproject.toml index 77a3dba..8bd3ddd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ build-backend = "poetry.core.masonry.api" python = "^3.11" [tool.poetry.dev-dependencies] -pytest = "8.4.1" +pytest = "8.4.2" pytest-asyncio = "1.1.0" pytest-mock = "3.15.1" pact-python = "2.3.3"