-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(ci): bump the github-actions group with 8 updates #51
chore(ci): bump the github-actions group with 8 updates #51
Conversation
Bumps the github-actions group with 8 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](/~https://github.com/actions/checkout) | `3` | `4` | | [actions/setup-python](/~https://github.com/actions/setup-python) | `3` | `5` | | [pre-commit/action](/~https://github.com/pre-commit/action) | `2.0.3` | `3.0.1` | | [wagoid/commitlint-github-action](/~https://github.com/wagoid/commitlint-github-action) | `4.1.11` | `6.2.1` | | [codecov/codecov-action](/~https://github.com/codecov/codecov-action) | `3` | `5` | | [python-semantic-release/python-semantic-release](/~https://github.com/python-semantic-release/python-semantic-release) | `7.34.6` | `9.17.0` | | [browniebroke/hacktoberfest-labeler-action](/~https://github.com/browniebroke/hacktoberfest-labeler-action) | `2.2.0` | `2.3.0` | | [tiangolo/issue-manager](/~https://github.com/tiangolo/issue-manager) | `0.4.0` | `0.5.1` | Updates `actions/checkout` from 3 to 4 - [Release notes](/~https://github.com/actions/checkout/releases) - [Changelog](/~https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `actions/setup-python` from 3 to 5 - [Release notes](/~https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v5) Updates `pre-commit/action` from 2.0.3 to 3.0.1 - [Release notes](/~https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v2.0.3...v3.0.1) Updates `wagoid/commitlint-github-action` from 4.1.11 to 6.2.1 - [Changelog](/~https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](wagoid/commitlint-github-action@v4.1.11...v6.2.1) Updates `codecov/codecov-action` from 3 to 5 - [Release notes](/~https://github.com/codecov/codecov-action/releases) - [Changelog](/~https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v5) Updates `python-semantic-release/python-semantic-release` from 7.34.6 to 9.17.0 - [Release notes](/~https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](/~https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](python-semantic-release/python-semantic-release@v7.34.6...v9.17.0) Updates `browniebroke/hacktoberfest-labeler-action` from 2.2.0 to 2.3.0 - [Release notes](/~https://github.com/browniebroke/hacktoberfest-labeler-action/releases) - [Changelog](/~https://github.com/browniebroke/hacktoberfest-labeler-action/blob/main/CHANGELOG.md) - [Commits](browniebroke/hacktoberfest-labeler-action@v2.2.0...v2.3.0) Updates `tiangolo/issue-manager` from 0.4.0 to 0.5.1 - [Release notes](/~https://github.com/tiangolo/issue-manager/releases) - [Commits](tiangolo/issue-manager@0.4.0...0.5.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: wagoid/commitlint-github-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: browniebroke/hacktoberfest-labeler-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: tiangolo/issue-manager dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #51 +/- ##
=======================================
Coverage 77.14% 77.14%
=======================================
Files 1 1
Lines 35 35
Branches 5 3 -2
=======================================
Hits 27 27
Misses 8 8 ☔ View full report in Codecov by Sentry. |
version_toml = "pyproject.toml:project.version" | ||
version_variable = "src/bluetooth_sensor_state_data/__init__.py:__version__" | ||
version_toml = ["pyproject.toml:tool.poetry.version"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This broke the release workflow after the move to poetry v2
.
Fixed in #52 with version 1.7.5
.
https://pypi.org/project/bluetooth-sensor-state-data/1.7.5/
/~https://github.com/Bluetooth-Devices/bluetooth-sensor-state-data/actions/runs/13158368561/job/36720692171
Bumps the github-actions group with 8 updates:
3
4
3
5
2.0.3
3.0.1
4.1.11
6.2.1
3
5
7.34.6
9.17.0
2.2.0
2.3.0
0.4.0
0.5.1
Updates
actions/checkout
from 3 to 4Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
11bd719
Prepare 4.2.2 Release (#1953)e3d2460
Expand unit test coverage (#1946)163217d
url-helper.ts
now leverages well-known environment variables. (#1941)eef6144
Prepare 4.2.1 release (#1925)6b42224
Add workflow file for publishing releases to immutable action package (#1919)de5a000
Check out other refs/* by commit if provided, fall back to ref (#1924)d632683
Prepare 4.2.0 release (#1878)6d193bf
Bump braces from 3.0.2 to 3.0.3 (#1777)db0cee9
Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)b684943
Add Ref and Commit outputs (#1180)Updates
actions/setup-python
from 3 to 5Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
4237552
Improve Advanced Usage examples (#645)709bfa5
Bump requests from 2.24.0 to 2.32.2 in /tests/data (#1019)ceb20b2
Bump@actions/http-client
from 2.2.1 to 2.2.3 (#1020)0dc2d2c
Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#1014)feb9c6e
Bump urllib3 from 1.25.9 to 1.26.19 in /tests/data (#895)d0b4fc4
Bump undici from 5.28.4 to 5.28.5 (#1012)e3dfaac
Configure Dependabot settings (#1008)b8cf3eb
Use the new cache service: upgrade@actions/cache
to^4.0.0
(#1007)1928ae6
Update README.md (#1009)3fddbee
Enhance Workflows: Add Ubuntu-24, Remove Python 3.8 (#985)Updates
pre-commit/action
from 2.0.3 to 3.0.1Release notes
Sourced from pre-commit/action's releases.
Commits
2c7b380
v3.0.18e2deeb
Merge pull request #190 from SukiCZ/upgrade-action/cache-v40dbc303
Upgrade action/cache to v4. Fixes: #189c7d159c
Merge pull request #185 from pre-commit/asottile-patch-19dd4237
fix main badge37faf8a
Merge pull request #184 from pre-commit/pre-commit-ci-update-config049686e
[pre-commit.ci] pre-commit autoupdate5f528da
move back to maintenance-onlyefd3bcf
Merge pull request #170 from pre-commit/pre-commit-ci-update-configdf308c7
[pre-commit.ci] pre-commit autoupdateUpdates
wagoid/commitlint-github-action
from 4.1.11 to 6.2.1Changelog
Sourced from wagoid/commitlint-github-action's changelog.
... (truncated)
Commits
b948419
chore(release): publish 6.2.1 [skip-ci]ddda164
chore: readme.md update github actions versions (#808)0184f5a
chore(release): publish 6.2.0 [skip-ci]ef2cd3b
feat: handle merge_group event - get squashed commit (#806)3d28780
chore(release): publish 6.1.2 [skip-ci]47ff131
fix: using compareCommits for push event commit query (#801)a2bc521
chore(release): publish 6.1.1 [skip-ci]bc25072
Merge pull request #800 from wagoid/revert-798-feat/using-rest-for-push09a8abb
Revert "feat: updating push event trigger to use rest API (OctoKit) vs push e...dbd4ecd
chore(release): publish 6.1.0 [skip-ci]Updates
codecov/codecov-action
from 3 to 5Release notes
Sourced from codecov/codecov-action's releases.
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
... (truncated)
Commits
13ce06b
chore(release): bump to 5.3.13e26040
fix: add docs and copy over dist (#1752)0da7aa6
chore(release): 5.3.0 (#1751)1ca7ce6
chore(release): wrapper -0.1.0 (#1750)65baa5f
Update README with reqs (#1749)5a605bd
chore(release): bump to 5.2.0 (#1748)5825942
Fix typo in README (#1747)b1a6383
Th/add commands (#1745)6c5b693
use correct audience when requesting oidc token (#1744)ad45165
build(deps): bump github/codeql-action from 3.27.9 to 3.28.1 (#1742)Updates
python-semantic-release/python-semantic-release
from 7.34.6 to 9.17.0Release notes
Sourced from python-semantic-release/python-semantic-release's releases.
... (truncated)
Changelog
Sourced from python-semantic-release/python-semantic-release's changelog.
... (truncated)
Commits
cdfda70
9.17.0cf785ca
feat(parsers): parse squashed commits individually (#1112)4045037
feat(config): extend support of remote urls aliased using gitinsteadOf
con...abe0f9e
test(cmd-changelog): add changelog validator for 4 channel git flow repo (#1153)315ae21
fix(github-action): disable writing python bytecode in action execution (#1152)f1ef4ec
perf(logging): remove irrelevant debug logging statements (#1147)7792388
feat(changelog): addsort_numerically
filter function to template environme...7edaa90
ci(deps): bumppython-semantic-release/publish-action@v9.15.2
action to 9.1...d6a3be3
9.16.1c4056fc
fix(parser-custom): handle relative parent directory paths to module file bet...Updates
browniebroke/hacktoberfest-labeler-action
from 2.2.0 to 2.3.0Release notes
Sourced from browniebroke/hacktoberfest-labeler-action's releases.
Changelog
Sourced from browniebroke/hacktoberfest-labeler-action's changelog.