Skip to content

Conversation

@open-turo-bot
Copy link
Contributor

@open-turo-bot open-turo-bot commented Nov 7, 2023

This PR contains the following updates:

Package Update Change
python minor 3.10.4 -> 3.12.3

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@open-turo-bot open-turo-bot requested a review from a team as a code owner November 7, 2023 00:08
@open-turo-bot open-turo-bot force-pushed the c/renovate_all-minor-patch branch 3 times, most recently from 5577ae5 to 0dda691 Compare December 15, 2023 23:24
@open-turo-bot open-turo-bot force-pushed the c/renovate_all-minor-patch branch from 0dda691 to 9162f80 Compare December 17, 2023 00:09
@open-turo-bot open-turo-bot force-pushed the c/renovate_all-minor-patch branch 2 times, most recently from 345ca25 to 6e69037 Compare January 10, 2024 00:08
@open-turo-bot open-turo-bot force-pushed the c/renovate_all-minor-patch branch from 6e69037 to efe5179 Compare February 8, 2024 00:07
@open-turo-bot open-turo-bot force-pushed the c/renovate_all-minor-patch branch from efe5179 to 0312905 Compare February 15, 2024 00:08
@open-turo-bot open-turo-bot force-pushed the c/renovate_all-minor-patch branch 7 times, most recently from 5a4dcf1 to 74ff644 Compare March 2, 2024 00:08
@open-turo-bot open-turo-bot force-pushed the c/renovate_all-minor-patch branch from 74ff644 to 444ddc4 Compare March 6, 2024 00:09
@tagoro9 tagoro9 force-pushed the c/renovate_all-minor-patch branch from 444ddc4 to 6119c00 Compare March 14, 2024 22:30
action.yaml Outdated
Comment on lines 78 to 82
uses: pre-commit/[email protected]
with:
extra_args: ${{ env.PRE_COMMIT_ARGS }}
run: |
pip install pre-commit
pip freeze --local
shell: bash
- run: pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }}
shell: bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@armand-sauzay I tried this change here, since updating the python version was not working using the pre-commit action. Let me know if this looks good to you!

For now I had to manually reference my branch here to test things https://github.com/open-turo/actions-gha/compare/f/use_new_action_pre_commit?expand=1

I think ideally we should use the python version of the consumer repo if there is one (or allow to specify it). What do you think?

Copy link
Contributor

@armandsauzay armandsauzay Mar 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree - that should work (and ideally as you say using the python version of the consumer repo would be even better). pip freeze --local is probably optional but fine to keep for debug purposes

It's very similar to what the pre-commit/action does (with the cache that they use to speed up workflows).

I think using cache (also since unused caches get deleted if unused since 7+ days) could be another low hanging fruit if we can bare the cost of gha caches.

action.yaml Outdated
Comment on lines 78 to 82
uses: pre-commit/[email protected]
with:
extra_args: ${{ env.PRE_COMMIT_ARGS }}
run: |
pip install pre-commit
pip freeze --local
shell: bash
- run: pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }}
shell: bash
Copy link
Contributor

@armandsauzay armandsauzay Mar 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree - that should work (and ideally as you say using the python version of the consumer repo would be even better). pip freeze --local is probably optional but fine to keep for debug purposes

It's very similar to what the pre-commit/action does (with the cache that they use to speed up workflows).

I think using cache (also since unused caches get deleted if unused since 7+ days) could be another low hanging fruit if we can bare the cost of gha caches.

@open-turo-bot open-turo-bot changed the title chore(deps): update all non-major dependencies chore(deps): update python docker tag to v3.12.3 Apr 29, 2024
@open-turo-bot open-turo-bot force-pushed the c/renovate_all-minor-patch branch from d013514 to e5d56e9 Compare April 29, 2024 16:25
@tagoro9 tagoro9 force-pushed the c/renovate_all-minor-patch branch 2 times, most recently from f092584 to f732083 Compare May 3, 2024 22:18
@open-turo-bot
Copy link
Contributor Author

open-turo-bot commented May 4, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor

@armandsauzay armandsauzay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@@ -1 +1 @@
3.10.4
3.12.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could probably update this to 3.12.4 since that seems to be the global version in packer?

@tagoro9 tagoro9 force-pushed the c/renovate_all-minor-patch branch from f732083 to 1db71a8 Compare July 25, 2025 14:58
@github-actions
Copy link

Release notes preview

Below is a preview of the release notes if your PR gets merged.


3.2.1 (2025-07-25)

Bug Fixes

  • don't use action/pre-commit (1db71a8)

Miscellaneous

  • deps: update all non-major dependencies (8ab0f7b)
  • deps: update pre-commit hook pre-commit/mirrors-eslint to v9.29.0 (d2d7c77)
  • deps: update pre-commit hook pre-commit/mirrors-eslint to v9.30.0 (9fcd2f3)
  • deps: update pre-commit hook pre-commit/mirrors-eslint to v9.30.1 (b159b32)
  • deps: update pre-commit hook pre-commit/mirrors-eslint to v9.31.0 (2a0f8d9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants