diff --git a/poetry.lock b/poetry.lock index eb4302a..375f739 100644 --- a/poetry.lock +++ b/poetry.lock @@ -164,13 +164,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pytest" -version = "8.1.1" +version = "8.1.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.1.2-py3-none-any.whl", hash = "sha256:6c06dc309ff46a05721e6fd48e492a775ed8165d2ecdf57f156a80c7e95bb142"}, + {file = "pytest-8.1.2.tar.gz", hash = "sha256:f3c45d1d5eed96b01a2aea70dee6a4a366d51d38f9957768083e4fecfc77f3ef"}, ] [package.dependencies] @@ -216,4 +216,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8487e65de1cc49f8c9ba96038f200dd84be2e5780e7059909078889a44f11863" +content-hash = "83f49ed26e2668f83e83474972e8c920368a58d01a56aa4fae85eec87fc21b96" diff --git a/pyproject.toml b/pyproject.toml index ce8d77e..4701a41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ marshmallow = "^3.8.0" [tool.poetry.dev-dependencies] isort = "^5.10.1" -pytest = "^8.1.1" +pytest = "^8.1.2" pytest-cov = "^5.0.0" [build-system]