From d6186596118cf94d3265afcef032c98024659ec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:55:12 +0200 Subject: [PATCH] build(deps): update pyinstrument requirement from ^4.5 to >=4.5,<6.0 (#214) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2ca3dd..ab379c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ rich = "^13.5" loguru = "^0.7" pydantic-settings = "^2.0, <2.9.0" pydantic = "^2.3" -pyinstrument = { version = "^4.5", optional = true } +pyinstrument = { version = ">=4.5,<6.0", optional = true } toml = "^0.10" tomlkit = ">=0.12,<0.14" jinja2 = "^3.1.3"