From c5978af3d148cbc60fbc905eb9d260fd4720e31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 05:21:25 +0000 Subject: [PATCH] chore(deps): bump pytest from 9.0.2 to 9.0.3 in /samples/migrations Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/migrations/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/migrations/requirements.txt b/samples/migrations/requirements.txt index 185f4759..d8533a26 100644 --- a/samples/migrations/requirements.txt +++ b/samples/migrations/requirements.txt @@ -9,6 +9,6 @@ pinecone-client==6.0.0 pymilvus==2.6.9 milvus-lite==2.5.1 pytest-asyncio==1.3.0 -pytest==9.0.2 +pytest==9.0.3 qdrant-client==1.17.0 weaviate-client==4.20.3