diff --git a/poetry.lock b/poetry.lock index 64c0948..3122da1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -229,14 +229,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.5" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, - {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, + {file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"}, + {file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"}, ] [package.dependencies] @@ -307,4 +307,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "506f7a30bb0d3935299049809a8a4b3ce175e7da989be8bc7b57d4e857250c0b" +content-hash = "55dded1396830bf37143379d69443cd3e29bfdcd3418687d56f739c7975750f6" diff --git a/pyproject.toml b/pyproject.toml index c69e128..36abdd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ numpy = ">=2.0.0,<3.0.0" [tool.poetry.group.dev.dependencies] ruff = "^0.11.11" mypy = "^1.15.0" -pytest = "^8.3.3" +pytest = "^8.3.5" loguru = "^0.7.3" [build-system]