From 70b25cfff2b0dae4b02dfeb4c9658a41a7a66565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 05:04:30 +0000 Subject: [PATCH] build(deps-dev): update altair requirement from <5.0,>=4.0 to >=4.0,<6.0 Updates the requirements on [altair](https://github.com/altair-viz/altair) to permit the latest version. - [Release notes](https://github.com/altair-viz/altair/releases) - [Commits](https://github.com/altair-viz/altair/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: altair 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 cdf5e09..66d1994 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ write_to = "src/embcompare/_version.py" gui = [ "streamlit>=1.12,<2", "pandas>=1.3,<3.0", - "altair>=4.0,<5.0", + "altair>=4.0,<6.0", "loguru>=0.6,<1.0", ] dev = [