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

Update bokeh requirement from <3.1,>=1.4.0 to >=1.4.0,<3.4 #162

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Updates the requirements on bokeh to permit the latest version.

Changelog

Sourced from bokeh's changelog.

2023-11-09 3.3.1:

  • bugfixes:

    • #13064 [component: bokehjs] [BUG] Spinner in float mode with int step will increment to int
    • #13067 [component: bokehjs] [BUG] Incorrectly formatted ticks with %f format when time is older than the Epoch
    • #13234 [component: docs] [BUG] Running the docs' "Specialized Axis Ticking" example fails due to Node compilation error
    • #13264 [component: bokehjs] [BUG] Issue with adding DataTable to a new tab from a callback
    • #13306 [component: docs] Empty bullet points above collapsible blocks in documentation
    • #13414 [component: bokehjs] Updating button icon does not work on the first click[BUG]
    • #13416 [component: bokehjs] p.rect and possible others in combination with factor_cmap no longer handles NaN values [BUG]
    • #13428 [component: bokehjs] [BUG] HoverTools not correctly located in Notebook
    • #13435 [BUG] daylight_warsaw_2013 emits a warning
    • #13452 [component: bokehjs] [BUG] ImageStack hover tooltip shows incorrect numbers
    • #13456 [component: bokehjs] RangeTool not working in Jupyter notebook
    • #13462 [component: bokehjs] [BUG] DateRangePicker selects individual dates by default
    • #13478 [component: bokehjs] [BUG] {v,h}strip not showing when values are large and width/height is small on WebGL
    • #13510 Convert value of BOKEH_DEFAULT_SERVER_PORT to int
  • tasks:

    • #13413 bokeh info should report jupyter_bokeh version if installed
    • #13426 [component: build] Simplify release maintainer check
    • #13429 Add vermin for minpy validation
    • #13473 [component: tests] escape the regex used for the datetutil utcfromtimestamp warning filter
    • #13490 Stamen tiles were removed from xyzservices 2023.10.1
    • #13433 [component: docs] SinaPlot gallery example.
    • #13480 Backports for 3.3.1
    • #13506 [component: docs] Misc 3.3.1 release docs
    • #13512 More 3.3.1 backports

2023-10-10 3.3:

  • bugfixes:

    • #7671 [component: bokehjs] Tool tip remains while using a scroll tool
    • #11273 [component: bokehjs] [BUG] hover tooltip is cut off when the tooltip is tall and hover near the top of the plot
    • #13170 [component: server] [BUG] Static paths loaded always from localhost in Bokeh 3.1.1
    • #13195 [component: bokehjs] [BUG] WebGL with dashed line is not working when click_policy is muted
    • #13196 Setting readonly properties in model constructors shouldn't be allowed
    • #13257 [BUG] FileNotFoundError when setting icon for BoxSelectTool
    • #13284 [component: bokehjs] Reset WebGL changed flags on data glyph not visual glyphs
    • #13311 [component: tests] Bokeh build failing
    • #13315 [component: bokehjs] [BUG] RangeTool allows target plot to pan beyond explicit range bounds
    • #13323 [component: bokehjs] Layout is broken when using RangeTool and other weird behavior
    • #13347 [component: bokehjs] Long tooltip can trigger viewport scrollbars
    • #13369 [BUG] gridplot got multiple values for keyword argument 'logo'
    • #13377 [component: bokehjs] [BUG] value_throttled being Unset prevents serialization of some widgets
    • #13380 [component: tests] Examples tests are failing due to a missing dependency
    • #13400 [component: build] Release build fails with FileNotFoundError
    • #13407 [component: tests] Tests and CI is broken due to urllib3 incompatibility
  • features:

... (truncated)

Commits
  • 907b881 Deployment updates for release 3.3.1
  • eeafcf1 Merge deployment staging branch staging-3.3.1rc1
  • 76c8479 Deployment updates for release 3.3.1rc1
  • 9aa232c bump CI
  • 53f1f9f update release notes
  • a52579a Convert value of BOKEH_DEFAULT_SERVER_PORT to int (#13510)
  • 8863fe0 fix spinner precision (#13078)
  • 53ec08a update switcher.json and release notes (#13506)
  • 644813c Merge deployment staging branch staging-3.3.1.dev1
  • 81bab76 Deployment updates for release 3.3.1.dev1
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [bokeh](https://github.com/bokeh/bokeh) to permit the latest version.
- [Changelog](https://github.com/bokeh/bokeh/blob/3.3.1/docs/CHANGELOG)
- [Commits](bokeh/bokeh@1.4.0...3.3.1)

---
updated-dependencies:
- dependency-name: bokeh
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2023
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4cf14ae) 78.59% compared to head (2170c05) 78.59%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #162   +/-   ##
=======================================
  Coverage   78.59%   78.59%           
=======================================
  Files          55       55           
  Lines        3014     3014           
=======================================
  Hits         2369     2369           
  Misses        645      645           
Flag Coverage Δ
unittests 78.59% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amotl amotl merged commit 9698bb6 into main Jan 9, 2024
23 checks passed
@amotl amotl deleted the dependabot/pip/bokeh-gte-1.4.0-and-lt-3.4 branch January 9, 2024 14:28
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant