Skip to content

Commit

Permalink
Fixes for dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ds283 committed Apr 8, 2024
1 parent 771da7a commit eaed2d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/templates/bokeh.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% macro import_bokeh() %}
<link href="https://cdn.pydata.org/bokeh/release/bokeh-3.2.1.min.css" rel="stylesheet" type="text/css">
<link href="https://cdn.pydata.org/bokeh/release/bokeh-3.4.0.min.css" rel="stylesheet" type="text/css">
{# <link href="https://cdn.pydata.org/bokeh/release/bokeh-widgets-1.0.4.min.css" rel="stylesheet" type="text/css">#}
{# <link href="https://cdn.pydata.org/bokeh/release/bokeh-tables-1.0.4.min.css" rel="stylesheet" type="text/css">#}

<script src="https://cdn.pydata.org/bokeh/release/bokeh-3.2.1.min.js"></script>
<script src="https://cdn.pydata.org/bokeh/release/bokeh-3.4.0.min.js"></script>
{# <script src="https://cdn.pydata.org/bokeh/release/bokeh-widgets-1.0.4.min.js"></script>#}
{# <script src="https://cdn.pydata.org/bokeh/release/bokeh-tables-1.0.4.min.js"></script>#}
{% endmacro %}
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ billiard==4.2.0
bleach==6.1.0
bleach-whitelist==0.0.11
blinker==1.7.0
bokeh==3.2.1
bokeh==3.4.0
boto3==1.34.80
botocore==1.34.80
cachelib==0.9.0
Expand Down Expand Up @@ -85,10 +85,10 @@ passlib==1.7.4
Pillow==10.3.0
prometheus-client==0.20.0
prompt-toolkit==3.0.43
protobuf==5.26.1
protobuf==4.25.3
PuLP==2.8.0
pyasn1==0.6.0
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
pycparser==2.22
Pygments==2.17.2
pyinstrument==4.6.2
Expand Down

0 comments on commit eaed2d4

Please sign in to comment.