diff --git a/tests/output/python/poetry.lock b/tests/output/python/poetry.lock index 621b3b4fbdc..8bdf37e97be 100644 --- a/tests/output/python/poetry.lock +++ b/tests/output/python/poetry.lock @@ -866,14 +866,14 @@ nodejs = ["nodejs-wheel-binaries"] [[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 = ["main"] 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] @@ -1177,4 +1177,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.8.1" -content-hash = "46a44450adf4fb8a35b157b5f2b5a53155b7b7fc244c20497e3f9b8c803dda83" +content-hash = "b2f96369359bb96e5f3d3bcc8cc0025b4409dcd6f24308bc30d0f582b060c4e6" diff --git a/tests/output/python/pyproject.toml b/tests/output/python/pyproject.toml index 821cc4c35e7..6dda6407a14 100644 --- a/tests/output/python/pyproject.toml +++ b/tests/output/python/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.8.1" algoliasearch = { path = "../../../clients/algoliasearch-client-python", develop = true } ruff = "== 0.9.6" pyright = "== 1.1.391" -pytest = "=8.3.4" +pytest = "=8.3.5" python-dotenv = "=1.0.1" pytest-aiohttp = "=1.0.5"