From 3cc7703ef659199abcee79699ca66f0147b78fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:15:26 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=20Bump=20pytest=20from=208.0.0=20?= =?UTF-8?q?to=208.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 to 8.0.2. - [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/8.0.0...8.0.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 06a93cf..a9a2667 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1831,13 +1831,13 @@ files = [ [[package]] name = "pytest" -version = "8.0.0" +version = "8.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, - {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, + {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [package.dependencies] @@ -2272,4 +2272,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "20cad6b4b312e24a4ad193d9633d36bbde0600eb55bd51fe68c9d43dc92ebd8f" +content-hash = "151e72e5aff90d59259dfbca61700953ec01df52bd3609f59bee7e85f0047bd6" diff --git a/pyproject.toml b/pyproject.toml index f5f4047..1181e15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pyqt6 = "^6.6.1" line-profiler-pycharm = "^1.1.0" [tool.poetry.group.dev.dependencies] -pytest = "^8.0.0" +pytest = "^8.0.2" pre-commit = "^3.6.0" pytest-cov = "^4.1.0" From 75bd837127adadbf7103eb066a2ed1db5773bc43 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:16:22 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/Demo/backend/services/db/milvus_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Demo/backend/services/db/milvus_client.py b/src/Demo/backend/services/db/milvus_client.py index 3f66419..8d4e989 100644 --- a/src/Demo/backend/services/db/milvus_client.py +++ b/src/Demo/backend/services/db/milvus_client.py @@ -9,7 +9,6 @@ __all__ = ["milvus_client"] - class MilvusClient: """ MilvusClient to connect to Milvus server, create collection, insert entities, create index, search from docker