From 35d8ae72a3ead9cdbb78b6c9e0038ae8fa8c8b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 01:13:40 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20pyinstrument=20requirement?= =?UTF-8?q?=20from=20<4.5.0,>=3D4.1.1=20to=20>=3D4.1.1,<4.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/v4.1.1...v4.5.0) --- updated-dependencies: - dependency-name: pyinstrument dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0c46213..25ec775e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ Funding = 'https://github.com/sponsors/yezz123' [project.optional-dependencies] profiler = [ - "pyinstrument >=4.1.1,<4.5.0", + "pyinstrument >=4.1.1,<4.6.0", ] oauth2 = [ "python-jose >=3.3.0,<4.0.0",