Conversation
Bumps [bokeh](https://github.com/bokeh/bokeh) from 0.12.16 to 3.8.2. - [Changelog](https://github.com/bokeh/bokeh/blob/3.8.2/docs/CHANGELOG) - [Commits](bokeh/bokeh@0.12.16...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.
| pytest-cov==2.5.1 | ||
| six==1.11.0 | ||
| bokeh==0.12.16 | ||
| bokeh==3.8.2 |
There was a problem hiding this comment.
Bokeh 3.8.2 incompatible with pinned numpy version
High Severity
Upgrading bokeh to 3.8.2 creates a dependency conflict with numpy==1.14.3 pinned on line 6. Bokeh 3.x requires numpy >= 1.21.0 (approximately), but the requirements file still pins a 2018-era numpy version. Running pip install -r requirements.txt will fail due to unsatisfiable dependency constraints. Additionally, bokeh 3.x requires Python 3.9+, but the codebase in visualization.py uses Python 2 syntax.
Bumps bokeh from 0.12.16 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
Dependency update
bokehinrequirements.txtfrom0.12.16to3.8.2.bokeh.Written by Cursor Bugbot for commit 49c8693. This will update automatically on new commits. Configure here.