From d91bce7baa0d2f42ece633b8f731fc9d0f299c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 02:03:18 +0000 Subject: [PATCH] Bump pytest from 8.3.4 to 8.3.5 in /py Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. - [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.3.4...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- py/poetry.lock | 8 ++++---- py/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/py/poetry.lock b/py/poetry.lock index 0388c483..54edd03c 100644 --- a/py/poetry.lock +++ b/py/poetry.lock @@ -206,13 +206,13 @@ files = [ [[package]] name = "pytest" -version = "8.3.4" +version = "8.3.5" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" 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] @@ -316,4 +316,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "5cffee40bd7d17e023974a476fbe9e52b20f2599c98f8d2f4fbfe77f18b2f7de" +content-hash = "19c8246f25649ade0d066e4f765e9c0b381a42794e3ea2210f246267575116ee" diff --git a/py/pyproject.toml b/py/pyproject.toml index d59e4756..78fb6bd9 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -26,7 +26,7 @@ cython = "^3.0.11" [tool.poetry.group.dev.dependencies] ruff = "^0.9.0" -pytest = "^8.3.4" +pytest = "^8.3.5" pytest-benchmark = { version = "^5.1.0", extras = ["histogram"] } [tool.poetry.build]