From 72eff88facfd0122aeaeee1c9b54aae215bd4d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:17:34 +0000 Subject: [PATCH] Update bokeh requirement from <=3.2.1,>=3.0 to >=3.0,<=3.5.1 Updates the requirements on [bokeh](https://github.com/bokeh/bokeh) to permit the latest version. - [Changelog](https://github.com/bokeh/bokeh/blob/3.5.1/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/3.0.1...3.5.1) --- updated-dependencies: - dependency-name: bokeh dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 90137767..e4dd5a0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ 'bandit', 'batman-package', 'bibtexparser', - 'bokeh>=3.0,<=3.2.1', + 'bokeh>=3.0,<=3.5.1', 'boto3', 'corner', 'cython', diff --git a/requirements.txt b/requirements.txt index 19010cce..f4f14c9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ astropy>=5.3.1 bandit>=1.7.0 batman-package>=2.4.8 bibtexparser>=1.2.0 -bokeh>3.0,<=3.2.1 +bokeh>3.0,<=3.5.1 boto3>=1.17.42 corner>=2.2.1 cython>=0.29.22