diff --git a/pyproject.toml b/pyproject.toml index 4c77971a8..93b0314ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ 'bandit', 'batman-package', 'bibtexparser', - 'bokeh>=3.0,<=3.6.0', + 'bokeh>=3.0,<=3.8.1', 'boto3', 'corner', 'cython', diff --git a/requirements.txt b/requirements.txt index b8bc35d0f..e26e982ee 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.6.0 +bokeh>3.0,<=3.8.1 boto3>=1.17.42 corner>=2.2.1 cython>=0.29.22