diff --git a/poetry.lock b/poetry.lock index fc0451ca..daf992fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 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 = "anyio" @@ -1686,13 +1686,13 @@ yaml = ["ruamel.yaml"] [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.5" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" 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] @@ -2334,4 +2334,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c2244d41ca11d1daea2f5875287a50eb638b5824c81b286aa74304b9558e0b63" +content-hash = "7f370537c99977f32bb0914c4e3ea6ecaeed04ce2217455daf3cfb8edf015685" diff --git a/pyproject.toml b/pyproject.toml index 38b0551f..25804ef9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ autovizwidget = {path = "./autovizwidget", develop = true } sparkmagic = {path = "./sparkmagic", develop = true } numpy = "^1.24.4" pandas = "^2.0.3" -pytest = "^8.3.3" +pytest = "^8.3.5" mock = "^5.1.0"