-
Notifications
You must be signed in to change notification settings - Fork 1
Bump bokeh from 1.4.0 to 3.8.2 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| jupyter | ||
| rise | ||
| bokeh==1.4.0 | ||
| bokeh==3.8.2 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. CI will fail: bokeh 3.8.2 incompatible with Python 3.6High Severity The CI workflow in |
||
| matplotlib | ||
| holoviews | ||
| pandas | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version mismatch between requirements.txt and environment.yml for security-critical bokeh update
High Severity
The bokeh version is updated to 3.8.2 in
requirements.txtbutenvironment.ymlstill specifiesbokeh=1.4.0. This creates a version inconsistency where users installing via conda will get the vulnerable version, defeating the purpose of this security update. Additionally,environment.ymlspecifies Python 3.7 which is incompatible with bokeh 3.x (which requires Python 3.9+), so both the bokeh version and Python version inenvironment.ymlneed to be updated together.