diff --git a/pyproject.toml b/pyproject.toml index 24f701717..c7bc978a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "asdf", "astropy", "astroquery", - "bokeh<3", + "bokeh<4", "crds", "cryptography", "django", diff --git a/requirements.txt b/requirements.txt index 6a7f670cd..e62d77746 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ astropy==5.3.3 astroquery==0.4.6 bandit==1.7.5 beautifulsoup4==4.12.2 -bokeh==2.4.3 +bokeh==3.3.0 celery==5.3.4 cryptography==41.0.4 django==4.2.5 diff --git a/rtd_requirements.txt b/rtd_requirements.txt index abac6b128..a96de00da 100644 --- a/rtd_requirements.txt +++ b/rtd_requirements.txt @@ -1,5 +1,5 @@ sphinx_automodapi>=0.15.0 -bokeh==2.4.3 +bokeh==3.3.0 celery==5.3.4 cython>=3.0.0 django==4.2.5