From df696b0756ad332bd786a25307a90c3776bcd445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:04:26 +0000 Subject: [PATCH] chore(deps-dev): update perflint requirement Updates the requirements on [perflint](https://github.com/tonybaloney/perflint) to permit the latest version. - [Release notes](https://github.com/tonybaloney/perflint/releases) - [Changelog](https://github.com/tonybaloney/perflint/blob/main/CHANGELOG.md) - [Commits](https://github.com/tonybaloney/perflint/compare/0.8.0...0.8.1) --- updated-dependencies: - dependency-name: perflint dependency-version: 0.8.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d408e1e..dfbea329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "mypy >=1.0.0,<1.21", "pip-audit >=2.4.4,<3.0.0", "pylint >=3.0.0,<4.1.0", - "perflint >=0.8.0,<1.0.0", + "perflint >=0.8.1,<1.0.0", "cyclonedx-bom >=4.0.0,<5.0.0", ] docs = [