diff --git a/poetry.lock b/poetry.lock index f89a0b5..acff3c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -252,13 +252,13 @@ files = [ [[package]] name = "pytest" -version = "8.3.4" +version = "8.3.5" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, - {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, + {file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"}, + {file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"}, ] [package.dependencies] @@ -297,4 +297,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7caf0758878ff2a502b03ac955b53133a5a3805aabdb7ec40db38a9a690cacec" +content-hash = "847f213dd8ac637cea390741eedccba1034f8d0c31fbe0f4670b902530893cc7" diff --git a/pyproject.toml b/pyproject.toml index 23e862c..22e4877 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ black = "^25.1" flake8 = "^7.1.2" pep8-naming = "^0.14.1" codespell = "^2.4.1" -pytest = "8.3.4" +pytest = "8.3.5" invoke = "2.2.0" [build-system]