Conversation
Bumps [bokeh](https://github.com/bokeh/bokeh) from 1.4.0 to 3.8.2. - [Changelog](https://github.com/bokeh/bokeh/blob/3.8.2/docs/CHANGELOG) - [Commits](bokeh/bokeh@1.4.0...3.8.2) --- updated-dependencies: - dependency-name: bokeh dependency-version: 3.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| jupyter | ||
| rise | ||
| bokeh==1.4.0 | ||
| bokeh==3.8.2 |
There was a problem hiding this comment.
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.txt but environment.yml still specifies bokeh=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.yml specifies Python 3.7 which is incompatible with bokeh 3.x (which requires Python 3.9+), so both the bokeh version and Python version in environment.yml need to be updated together.
| jupyter | ||
| rise | ||
| bokeh==1.4.0 | ||
| bokeh==3.8.2 |
There was a problem hiding this comment.
CI will fail: bokeh 3.8.2 incompatible with Python 3.6
High Severity
The CI workflow in .github/workflows/classroom.yml configures python-version: 3.6, but bokeh==3.8.2 requires Python 3.9 or higher. When the workflow runs pip install -r ./requirements.txt, the installation will fail because bokeh 3.8.2 cannot be installed on Python 3.6. This will break the automated build and deployment pipeline.
Bumps bokeh from 1.4.0 to 3.8.2.
Changelog
Sourced from bokeh's changelog.
... (truncated)
Commits
e5ce879Deployment updates for release 3.8.22b3ee10Don't validate npm credentials due to OICD limitations in npm (#14769)756e3aeMigrate from NPM tokens to trusted providers for publishing in CI (#14766)2f225a1Update dependencies in build environment (#14758)69d197cupdate switcher.jsond915c8bupdate to latest ruff (#14661)5f9f7b6update release notescedd113handle wildcard host with port correctlya961ab7small CI fixes for advisory fork merged62939aMerge commit from forkDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Updates dependency pin in
requirements.txt:bokehfrom1.4.0to3.8.2.This is a major version jump that may introduce breaking changes for code using older Bokeh APIs.
Written by Cursor Bugbot for commit e20e957. This will update automatically on new commits. Configure here.