daq-tools / kotori

A flexible data historian based on InfluxDB, Grafana, MQTT, and more. Free, open, simple.
https://getkotori.org/
GNU Affero General Public License v3.0
108 stars 17 forks source link

Update bokeh requirement from <2.3,>=1.4.0 to >=1.4.0,<3.1 #114

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on bokeh to permit the latest version.

Changelog

Sourced from bokeh's changelog.

2022-12-09 3.0.3:

  • bugfixes:

    • #12583 [component: bokehjs] [BUG] Nested gridplot collapses figures
    • #12611 [BUG] get_screenshot_as_png
    • #12627 [BUG] sizing_mode="stretch_both" fails since 3.0.0
    • #12633 [component: bokehjs] [BUG] Styles are not applied to model in Firefox
    • #12640 [component: bokehjs] [BUG] Embedded plot not sized correctly if not visible from the start
    • #12623 Ensure change callback manipulation is threadsafe
  • tasks:

    • #12591 [component: tests] Many CoverageWarning: Couldn't parse (...) in unit tests
    • #12595 [component: docs] More neutral install instructions
    • #12607 output_notebook uses a deprecated API
    • #12608 models.util.structure uses deprecated API
    • #12641 [component: docs] Links to many examples are out of date
    • #12646 [FEATURE] Add a find_stack_level to deprecation.py
    • #12351 Updates to Docker image building and testing
    • #12547 [component: docs] Added metadata to glyphs.py, multi_legend.py, multi_scale.py
    • #12605 Replace flake8 with ruff
    • #12620 Remove LGTM
    • #12630 Update CodeQL action
    • #12636 Add CodeQL config
    • #12639 Disable docker from wheel integration tests
    • #12645 CodeQL: remove import linter hack
    • #12654 Resolve issues with code quality checks
    • #12659 [component: docs] Adapt Bokeh logo for dark theme and add docs badge in README.md
    • #12662 Backports for 3.0.3
    • #12663 Updates for 3.0.3

2022-11-14 3.0.2:

  • bugfixes:

    • #4930 interaction between tooltips and gridplots
    • #12429 [component: bokehjs] [BUG] Line selection does not render the unselected end line segments
    • #12531 [component: bokehjs] [BUG] latex in titles - upright characters that should be italic
    • #12551 [component: tests] bokehjs' unit tests fail on chromium 107
    • #12554 [component: docs] Custom.js needs update for switcher
    • #12578 [component: bokehjs] [BUG] gridplot reset button does not reset all figures
    • #12585 [component: bokehjs] [BUG] line_policy='none' for HoverTool does not generate any tooltip
    • #12587 [component: server] [BUG] Don't delete importlib.metadata in init.py
    • #12593 [BUG] Guard numpy.typing.ArrayType with if TYPE_CHECKING
  • tasks:

    • #12557 [component: docs] Need automation for updating switcher.json
    • #12560 [FEATURE] remove mock
    • #12562 [BUG] Tests: "python" is not a guaranteed executable
    • #12566 [component: docs] Fix dates and typo in release docs for 3.0.0/3.0.1
    • #12569 [component: build] Add Python 3.11 to CI
    • #12571 [component: tests] Remove flaky from integration tests

... (truncated)

Commits
  • e571742 Deployment updates for release 3.0.3
  • 5677393 Merge deployment staging branch staging-3.0.3rc1
  • e43f59b Deployment updates for release 3.0.3rc1
  • a64b825 Updates for 3.0.0 (#12663)
  • d3f86bb Backports for 3.0.3 (#12662)
  • 9fbab87 Merge deployment staging branch staging-3.0.2
  • bba83ab Deployment updates for release 3.0.2
  • 7a5fb54 Fix docs custom.js for switcher (#12604)
  • 2bd3d38 Merge deployment staging branch staging-3.0.2rc1
  • 841bb10 Deployment updates for release 3.0.2rc1
  • Additional commits viewable in compare view


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 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)
codecov[bot] commented 1 year ago

Codecov Report

Base: 52.67% // Head: 52.67% // No change to project coverage :thumbsup:

Coverage data is based on head (cd8e812) compared to base (b3d7607). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #114 +/- ## ======================================= Coverage 52.67% 52.67% ======================================= Files 99 99 Lines 5221 5221 ======================================= Hits 2750 2750 Misses 2471 2471 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `52.67% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools#carryforward-flags-in-the-pull-request-comment) to find out more. Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.