diff --git a/test-nx/packages/proj1/poetry.lock b/test-nx/packages/proj1/poetry.lock index c14112f..e17ef9b 100644 --- a/test-nx/packages/proj1/poetry.lock +++ b/test-nx/packages/proj1/poetry.lock @@ -274,13 +274,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] @@ -383,4 +383,4 @@ tests = ["pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "d68608ee215b5985da94eeca606236c244ab200e99eec4c7bb77557e4cf35b42" +content-hash = "e8826fb1285c3b90faf044a704b8c0f07cc409262f0b307a1e2b4f43818121b8" diff --git a/test-nx/packages/proj1/pyproject.toml b/test-nx/packages/proj1/pyproject.toml index 13d1c64..2b51da2 100644 --- a/test-nx/packages/proj1/pyproject.toml +++ b/test-nx/packages/proj1/pyproject.toml @@ -26,7 +26,7 @@ readme = 'README.md' [tool.poetry.group.dev.dependencies] autopep8 = "2.3.1" flake8 = "7.1.1" - pytest = "8.3.4" + pytest = "8.3.5" pytest-sugar = "1.0.0" pytest-cov = "6.0.0" pytest-html = "4.1.1"