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

gh-actions(deps): bump tektronix/python-package-ci-cd from 1.3.0 to 1.4.0 in the gh-actions-dependencies group #44

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2024

Bumps the gh-actions-dependencies group with 1 update: tektronix/python-package-ci-cd.

Updates tektronix/python-package-ci-cd from 1.3.0 to 1.4.0

Release notes

Sourced from tektronix/python-package-ci-cd's releases.

v1.4.0 (2024-09-11)

Merged Pull Requests

  • feat: Enable importing the built package during the package-build workflow (#93)
  • ci: Update the automated release schedule to trigger a patch release on the 4th of every month (#90)
  • chore(docker-deps): update python:3.12-alpine docker digest to e0e4d3d in all dependant actions (#89)
  • ci: Allow automatic merging of digest updates (#88)
  • ci: Automatically approve pre-commit-ci autoupdate PRs (#86)

Added

  • Updated the _reusable-package-build.yml file to include a step that will test importing the built package to check for any missing dependencies.
    • IMPORTANT: This workflow now requires the package-name input be the python-importable name of the package to be built, e.g. python -c "import package_name".

Changed

  • Bumped dependency versions.
Changelog

Sourced from tektronix/python-package-ci-cd's changelog.

v1.4.0 (2024-09-11)

Merged Pull Requests

  • feat: Enable importing the built package during the package-build workflow (#93)
  • ci: Update the automated release schedule to trigger a patch release on the 4th of every month (#90)
  • chore(docker-deps): update python:3.12-alpine docker digest to e0e4d3d in all dependant actions (#89)
  • ci: Allow automatic merging of digest updates (#88)
  • ci: Automatically approve pre-commit-ci autoupdate PRs (#86)

Added

  • Updated the _reusable-package-build.yml file to include a step that will test importing the built package to check for any missing dependencies.
    • IMPORTANT: This workflow now requires the package-name input be the python-importable name of the package to be built, e.g. python -c "import package_name".

Changed

  • Bumped dependency versions.

Commits
  • 6071031 1.4.0
  • 43afbeb feat: Enable importing the built package during the package-build workflow ...
  • 0b0b30f ci: Update the automated release schedule to trigger a patch release on the 4...
  • 0dd91ba chore(docker-deps): update python:3.12-alpine docker digest to e0e4d3d in all...
  • 821b1c2 ci: Allow automatic merging of digest updates (#88)
  • cf3bd64 ci: Automatically approve pre-commit-ci autoupdate PRs (#86)
  • See full diff 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gh-actions-dependencies group with 1 update: [tektronix/python-package-ci-cd](https://github.com/tektronix/python-package-ci-cd).


Updates `tektronix/python-package-ci-cd` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/tektronix/python-package-ci-cd/releases)
- [Changelog](https://github.com/tektronix/python-package-ci-cd/blob/main/CHANGELOG.md)
- [Commits](tektronix/python-package-ci-cd@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: tektronix/python-package-ci-cd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@nfelt14 nfelt14 enabled auto-merge (squash) September 11, 2024 23:44
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.70%. Comparing base (7428d9d) to head (002b2a5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #44   +/-   ##
=======================================
  Coverage   90.70%   90.70%           
=======================================
  Files          28       28           
  Lines        1797     1797           
  Branches      274      274           
=======================================
  Hits         1630     1630           
  Misses        104      104           
  Partials       63       63           

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

Copy link

github-actions bot commented Sep 11, 2024

Test Results (windows)

path passed subtotal
tests\test_tm_data_types.py 13 13
TOTAL 13 13

Link to workflow run

Copy link

github-actions bot commented Sep 11, 2024

Test Results (macos)

path passed subtotal
tests/test_tm_data_types.py 13 13
TOTAL 13 13

Link to workflow run

Copy link

github-actions bot commented Sep 11, 2024

Test Results (ubuntu)

path passed subtotal
tests/test_tm_data_types.py 13 13
TOTAL 13 13

Link to workflow run

@nfelt14 nfelt14 merged commit a1c8d2b into main Sep 11, 2024
66 checks passed
@nfelt14 nfelt14 deleted the dependabot/github_actions/gh-actions-dependencies-2fc7bef6c2 branch September 11, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant