diff --git a/poetry.lock b/poetry.lock index f8440c5..0cc822b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2645,15 +2645,15 @@ test = ["coverage[toml] (>=5.2)", "hypothesis", "pytest (>=6.0)", "pytest-benchm [[package]] name = "pytest" -version = "8.3.4" +version = "8.3.5" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" groups = ["dev"] markers = "sys_platform != \"linux\"" 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] @@ -4314,4 +4314,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "c2982a548938a65dfae2d0188722c908f113de111fa5d3e7c5038b3539f92aed" +content-hash = "1098f9de9420ec0da73511fa6c99e82be97779e171b5526fc562f4b96ea5554e" diff --git a/pyproject.toml b/pyproject.toml index 0bac560..07337d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ ruff = "^0.9.9" pre-commit = "^4.1.0" pytest-cov = "^6.0.0" requests-mock = "^1.11.0" -pytest = "^8.3.4" +pytest = "^8.3.5" pytest-mock = "^3.14.0" ipykernel = "^6.29.3"