From 3c2da0a52977ab7a0fb204412c756d95ce4509de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:00:23 +0000 Subject: [PATCH] Bump altair from 5.4.0 to 5.4.1 Bumps [altair](https://github.com/vega/altair) from 5.4.0 to 5.4.1. - [Release notes](https://github.com/vega/altair/releases) - [Commits](https://github.com/vega/altair/compare/v5.4.0...v5.4.1) --- updated-dependencies: - dependency-name: altair dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8f883ea4..19366620 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ accessible-pygments==0.0.5 # via pydata-sphinx-theme alabaster==1.0.0 # via sphinx -altair==5.4.0 +altair==5.4.1 # via streamlit annotated-types==0.7.0 # via pydantic diff --git a/requirements.txt b/requirements.txt index 93b8147e..8a8a137a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # -altair==5.4.0 +altair==5.4.1 # via streamlit annotated-types==0.7.0 # via pydantic