From 38d9bcf7fbc847b94df453a68e28a311a6bd5d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 08:44:13 +0000 Subject: [PATCH 1/2] build(deps-dev): bump pytest-benchmark from 4.0.0 to 5.2.3 Bumps [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) from 4.0.0 to 5.2.3. - [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v4.0.0...v5.2.3) --- updated-dependencies: - dependency-name: pytest-benchmark dependency-version: 5.2.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index d11cf10..f84db5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "ast-serialize" @@ -958,24 +958,24 @@ reference = "mdsol" [[package]] name = "pytest-benchmark" -version = "4.0.0" +version = "5.2.3" description = "A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["test"] files = [ - {file = "pytest-benchmark-4.0.0.tar.gz", hash = "sha256:fb0785b83efe599a6a956361c0691ae1dbb5318018561af10f3e915caa0048d1"}, - {file = "pytest_benchmark-4.0.0-py3-none-any.whl", hash = "sha256:fdb7db64e31c8b277dff9850d2a2556d8b60bcb0ea6524e36e28ffd7c87f71d6"}, + {file = "pytest_benchmark-5.2.3-py3-none-any.whl", hash = "sha256:bc839726ad20e99aaa0d11a127445457b4219bdb9e80a1afc4b51da7f96b0803"}, + {file = "pytest_benchmark-5.2.3.tar.gz", hash = "sha256:deb7317998a23c650fd4ff76e1230066a76cb45dcece0aca5607143c619e7779"}, ] [package.dependencies] py-cpuinfo = "*" -pytest = ">=3.8" +pytest = ">=8.1" [package.extras] aspect = ["aspectlib"] elasticsearch = ["elasticsearch"] -histogram = ["pygal", "pygaljs"] +histogram = ["pygal", "pygaljs", "setuptools"] [package.source] type = "legacy" @@ -1277,4 +1277,4 @@ reference = "mdsol" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "a298c71c641f942b06be903b959b96d87c365c9cb8f2fdc0e4c41e8deb8539cb" +content-hash = "8655d06a891ad552d5223574f0501c9e15acb0717c8dc31fdbabce8e3f4e0e89" diff --git a/pyproject.toml b/pyproject.toml index 7cfdf09..c475ba0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ optional = true pytest = ">=7.3.2,<10.0.0" pytest-xdist = "^3.3.1" pytest-cov = ">=4.1,<8.0" -pytest-benchmark = "^4.0.0" +pytest-benchmark = ">=4,<6" [build-system] requires = ["poetry-core>=1.0.0"] From 82e70e8c783040368a76e47346452b96d5d2665d Mon Sep 17 00:00:00 2001 From: Irfan Baig Date: Tue, 16 Jun 2026 09:30:17 -0500 Subject: [PATCH 2/2] chore: update poetry lock --- poetry.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6b0bc4b..3ad5e9e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "ast-serialize" @@ -1277,4 +1277,4 @@ reference = "mdsol" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "0c668d9f211dde9b9ce5590bb7b16b0dfebee862f12f3f7b90abb14c9d871c82" +content-hash = "71864540d0d8d292adaa9db36538e18776a0f906a891ca1bce5ea3cbbfc0e71b"