From 74941a78cde5f2ab632676327fd087ec97cdfa56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:01:53 +0000 Subject: [PATCH] Update altair requirement from <5 to <7 Updates the requirements on [altair](https://github.com/vega/altair) to permit the latest version. - [Release notes](https://github.com/vega/altair/releases) - [Commits](https://github.com/vega/altair/compare/1.0.0...v6.0.0) --- updated-dependencies: - dependency-name: altair dependency-version: 6.0.0 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 cff87ed0..b3cdc81a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "opencv-python-headless>=4.5.4.58", "streamlit-session-memo>=0.3.2", # For testing older versions of Streamlit: https://discuss.streamlit.io/t/modulenotfounderror-no-module-named-altair-vegalite-v4/42921 - "altair<5", + "altair<7", # For testing older versions of Streamlit: https://discuss.streamlit.io/t/streamlit-run-with-protobuf-error/25632/3 "protobuf<=3.20", "mkdocs-material>=9.6.20",