Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps sensor-state-data from 2.18.1 to 2.19.0.

Release notes

Sourced from sensor-state-data's releases.

v2.19.0 (2025-07-26)

Chores

  • Create dependabot.yml (41d106c)

  • ci: Bump the github-actions group with 8 updates (#120, f1bdf75)

  • deps: Bump certifi from 2022.6.15 to 2024.7.4 (#84, 054e93a)

  • deps: Bump idna from 3.3 to 3.7 (#86, c8ae660)

  • deps: Bump jinja2 from 3.1.2 to 3.1.5 (#91, 0f0feef)

  • deps: Bump jinja2 from 3.1.5 to 3.1.6 (#108, ac1a6f7)

  • deps: Bump markdown-it-py from 2.1.0 to 2.2.0 (#89, 9fc5f6c)

  • deps: Bump myst-parser from 0.18.0 to 1.0.0 (#81, 32cf25d)

  • deps: Bump myst-parser from 1.0.0 to 3.0.1 (#94, 7c10b4a)

  • deps: Bump pygments from 2.12.0 to 2.15.0 (#88, 3d013ff)

  • deps: Bump requests from 2.28.1 to 2.32.2 (#85, da2b18d)

  • deps: Bump requests from 2.32.2 to 2.32.4 (#114, 912b524)

  • deps: Bump sphinx from 5.0.2 to 5.3.0 (#79, 4194ce9)

  • deps: Bump sphinx from 5.3.0 to 6.2.1 (#90, ab68945)

  • deps: Bump sphinx from 6.2.1 to 7.4.7 (#97, f240cc8)

  • deps: Bump sphinx-rtd-theme from 1.0.0 to 2.0.0 (#82, 6ca0758)

  • deps: Bump sphinx-rtd-theme from 2.0.0 to 3.0.2 (#93, c6e8093)

  • deps: Bump urllib3 from 1.26.10 to 1.26.19 (#83, 72d40af)

  • deps: Bump urllib3 from 1.26.19 to 2.5.0 (#116, c03d952)

  • deps-dev: Bump pytest from 7.1.2 to 8.3.4 (#78, 413a84f)

  • deps-dev: Bump pytest from 8.3.4 to 8.3.5 (#102, 9f3508a)

  • deps-dev: Bump pytest from 8.3.5 to 8.4.1 (#118, 5d5f2d2)

  • deps-dev: Bump pytest-cov from 3.0.0 to 6.0.0 (#80, 9842165)

... (truncated)

Changelog

Sourced from sensor-state-data's changelog.

Changelog

Commits
  • 2e4530b 2.19.0
  • f1bdf75 chore(ci): bump the github-actions group with 8 updates (#120)
  • adb6f40 Update dependabot.yml
  • 195f213 chore(deps-dev): bump pytest-cov from 6.1.1 to 6.2.1 (#115)
  • abdbfe2 feat: add unit and device class for revolutions per minute (rpm) measurements...
  • 912b524 chore(deps): bump requests from 2.32.2 to 2.32.4 (#114)
  • 5d5f2d2 chore(deps-dev): bump pytest from 8.3.5 to 8.4.1 (#118)
  • c1fa75f chore(pre-commit.ci): pre-commit autoupdate (#117)
  • f9ff121 chore(pre-commit.ci): pre-commit autoupdate (#112)
  • c03d952 chore(deps): bump urllib3 from 1.26.19 to 2.5.0 (#116)
  • Additional commits viewable in compare view

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 [sensor-state-data](https://github.com/bluetooth-devices/sensor-state-data) from 2.18.1 to 2.19.0.
- [Release notes](https://github.com/bluetooth-devices/sensor-state-data/releases)
- [Changelog](https://github.com/Bluetooth-Devices/sensor-state-data/blob/main/CHANGELOG.md)
- [Commits](Bluetooth-Devices/sensor-state-data@v2.18.1...v2.19.0)

---
updated-dependencies:
- dependency-name: sensor-state-data
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 13, 2025
@codecov
Copy link

codecov bot commented Oct 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.04%. Comparing base (1bc522c) to head (48263f1).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #69   +/-   ##
=======================================
  Coverage   86.04%   86.04%           
=======================================
  Files           2        2           
  Lines          43       43           
  Branches        3        3           
=======================================
  Hits           37       37           
  Misses          3        3           
  Partials        3        3           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bdraco bdraco merged commit 46770b6 into main Oct 13, 2025
13 checks passed
@bdraco bdraco deleted the dependabot/pip/sensor-state-data-2.19.0 branch October 13, 2025 23:21
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.

2 participants