Skip to content
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

Bump bokeh from 3.4.2 to 3.5.1 in /src #3609

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps bokeh from 3.4.2 to 3.5.1.

Changelog

Sourced from bokeh's changelog.

2024-07-25 3.5.1:

  • bugfixes:

    • #13967 [component: docs] Add missing release notes
  • tasks:

2024-07-04 3.5:

  • bugfixes:

    • #8766 [component: bokehjs] box_select not working as active_drag for gridplot
    • #12638 [component: bokehjs] Make Slider and Image available in BokehJS (JS only)
    • #13515 [component: tests] CI unit-test on Python 3.9 fails systematically
    • #13623 [component: bokehjs] [BUG] TextAreaInput resizable=False doesn't set resize: none
    • #13720 [component: docs] Explanation is part of the code block in the latex_axis_labels_titles_labels example
    • #13766 [component: bokehjs] [BUG] Dropdown doesnt update properly when .menu changed in 3.4
    • #13771 [component: bokehjs] GMap example not showing glyphs
    • #13787 [component: bokehjs] [BUG] DataTable inside Dialog
    • #13789 [component: docs] [BUG] JS errors on Bokeh docs page
    • #13824 [component: docs] activate pydata-sphinx-theme version banner
    • #13834 [component: build] bokehjs' build fails on Windows with no explanation
    • #13844 [component: build] [BUG] cannot build environment with pixi due to firefox =>96 constraint
    • #13848 Can't build extensions on Windows
    • #13852 [component: bokehjs] [BUG] and ignored in tooltips on Firefox
    • #13878 [component: bokehjs] Bokeh.Plotting.figure.circle in bokehjs can't find x and y in a ColumnDataSource
    • #13894 [component: bokehjs] Tooltip is initially attached to the DOM when it shouldn't be
    • #13895 [component: bokehjs] Inner canvas layers need overflow: hidden after PR #13863
    • #13897 [component: docs] [BUG] Typing of layouts.gridplot expects wrong type if ncols given
    • #13902 Release build fails after PR #13901
    • #13910 [component: tests] Tests/CI fail due to a regression in requests 2.32.0
    • #13912 [component: bokehjs] [BUG] Dialog and Datatable don't get along well
    • #13919 [component: bokehjs] [BUG] Bokeh 3.5 no longer allow custom properties for HTMLAttr
    • #13923 [component: bokehjs] Tooltip.content doesn't rebuild views on change
    • #13948 [component: docs] Version banner warns about unknown version on latest docs after 3.4.2 release
    • #13951 [component: bokehjs] [BUG] Image Glyph causing tons of unnecessary calls to set_data
    • #13822 [component: docs] remove consecutive "the" and fix typos in touched files
    • #13879 [component: docs] Fix broken example in user guide advanced bokehjs
    • #13884 [component: docs] silence warning in theme_glyphs.py
    • #13908 [component: bokehjs] Fix CartesianFrame's position and generalize rendering_target()
    • #13926 [component: docs] Remove blob/main and tree/master from references
    • #13927 [component: docs] update path in readme for server examples
    • #13939 [component: docs] correct version string to match dev name from switcher.json
    • #13940 [component: bokehjs] Fix initialization of AjaxDataSource and add tests
  • features:

    • #8289 [component: bokehjs] Permanent labels on Networkx graph
    • #10439 [component: bokehjs] Activate wheel zoom by default with BokehJS
    • #12185 [component: bokehjs] [FEATURE] Legend click events
    • #12759 [component: bokehjs] [FEATURE] Support using CSS Variables in place of colors

... (truncated)

Commits

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bokeh](https://github.com/bokeh/bokeh) from 3.4.2 to 3.5.1.
- [Changelog](https://github.com/bokeh/bokeh/blob/3.5.1/docs/CHANGELOG)
- [Commits](bokeh/bokeh@3.4.2...3.5.1)

---
updated-dependencies:
- dependency-name: bokeh
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 26, 2024
Copy link

sonarcloud bot commented Jul 26, 2024

@briehl briehl closed this Jul 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/src/bokeh-3.5.1 branch July 29, 2024 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant