Bluetooth-Devices
bluetooth-data-tools
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(ci): bump the github-actions group with 3 updates (#207) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
2 days ago
chore(ci): bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action), [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) Updates `docker/setup-qemu-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4) Updates `pypa/cibuildwheel` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/github-actions-faa11eac58
2 days ago
chore(pre-commit.ci): pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.5...v0.15.8)
pre-commit-ci-update-config
3 days ago
chore(deps): bump cryptography from 46.0.5 to 46.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/cryptography-46.0.6
4 days ago
chore(pre-commit.ci): pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.5...v0.15.7)
pre-commit-ci-update-config
10 days ago
chore(deps-dev): bump pytest-cov from 7.0.0 to 7.1.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pytest-cov-7.1.0
11 days ago
chore(pre-commit.ci): pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.5...v0.15.6)
pre-commit-ci-update-config
17 days ago
perf: replace set membership checks with chained == in GAP parser In Cython-compiled code, `x in {A, B}` creates a frozenset lookup that benchmarks ~2.4x slower than `x == A or x == B` per check. This fires on every GAP record in the parse loop.
optimize-set-membership-to-chained-eq
19 days ago
Latest Branches
CodSpeed Performance Gauge
0%
chore(ci): bump the github-actions group with 3 updates
#207
2 days ago
1185d31
dependabot/github_actions/github-actions-faa11eac58
CodSpeed Performance Gauge
0%
chore(pre-commit.ci): pre-commit autoupdate
#204
3 days ago
54663bf
pre-commit-ci-update-config
CodSpeed Performance Gauge
0%
chore(deps): bump cryptography from 46.0.5 to 46.0.6
#206
4 days ago
a8f67ec
dependabot/pip/cryptography-46.0.6
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs