From 13509a7330815207a9e66e30e18ed33078948ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 04:26:34 +0000 Subject: [PATCH] Update pyinstrument requirement from 5.1.0 to 5.1.1 Updates the requirements on [pyinstrument](https://github.com/joerick/pyinstrument) to permit the latest version. - [Release notes](https://github.com/joerick/pyinstrument/releases) - [Commits](https://github.com/joerick/pyinstrument/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: pyinstrument dependency-version: 5.1.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 84f655a..90fb623 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ sphinx-rtd-theme = "~3.0" sphinxcontrib-napoleon = "~0.7" m2r = "~0.3" third-party-license-file-generator = "~2025.6" -pyinstrument="5.1.0" +pyinstrument="5.1.1" [tool.pytest.ini_options] asyncio_default_fixture_loop_scope = "function"