diff --git a/poetry.lock b/poetry.lock index c2e77ba37..a271a9a68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "alabaster" @@ -1464,13 +1464,13 @@ test = ["coverage", "mypy", "ruff", "wheel"] [[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] @@ -2019,4 +2019,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "49d24790a095368fd6caa9205ce61b24a5eb8461842beedf32fd79a7f420a59a" +content-hash = "71a80f9b669051d5a3d9893357227aa7c2f4ecca2318decc59ab3e6e67a2b44c" diff --git a/pyproject.toml b/pyproject.toml index 3cf9f551b..da9a115fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ docopt = "^0.6.2" jsonpath-rw = "^1.4.0" semver = "^3.0.2" gitpython = "^3.1.43" -pytest = "^8.3.4" +pytest = "^8.3.5" coverage = "^7.4.4" pytest-asyncio = "^0.20.3"