diff --git a/poetry.lock b/poetry.lock index d31825d..5031508 100644 --- a/poetry.lock +++ b/poetry.lock @@ -358,13 +358,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "8.1.0" +version = "8.1.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.0-py3-none-any.whl", hash = "sha256:ee32db7af8de4629a455806befa90559f307424c07b8413ccfc30bf5b221dd7e"}, - {file = "pytest-8.1.0.tar.gz", hash = "sha256:f8fa04ab8f98d185113ae60ea6d79c22f8143b14bc1caeced44a0ab844928323"}, + {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, + {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, ] [package.dependencies] @@ -446,4 +446,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4e3d680974317013aa046e0f96e552e7e0932d167b352a61f6312ea5b1671231" +content-hash = "6341ef2e5c305e02a10d49c85667b1c73b3604d902b88f1700a135a30fd38607" diff --git a/pyproject.toml b/pyproject.toml index 8a9faf6..2bf8c7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ black = "^24.3" isort = "^5.13.2" mypy = "^1.9" pylint = "^3.1.0" -pytest = "^8.1.0" +pytest = "^8.1.1" pytest-cov = "^4.1.0" pytest-snapshot = "^0.9.0"