From 86f0f49c5b8c43c77f739a1414fdba41b7488619 Mon Sep 17 00:00:00 2001 From: wyattscarpenter Date: Wed, 19 Jun 2024 00:25:27 -0400 Subject: [PATCH] Update pyproject.toml: bump pyinstrument version to 4.2.0 for python 3.11/3.12 compat As discussed in https://github.com/jrieke/streamlit-profiler/issues/2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c2f7cf..9aa9fc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ homepage = "https://github.com/jrieke/streamlit-profiler" [tool.poetry.dependencies] python = "^3.7" streamlit = "^1.0.0" -pyinstrument = "==4.1.1" +pyinstrument = "==4.2.0" [tool.poetry.dev-dependencies] black = "^21.12b0"