generated from RedHatQE/python-template-repository
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Lock file maintenance #31
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/lock-file-maintenance
branch
from
November 5, 2024 12:24
4019225
to
160eb24
Compare
rnetser
approved these changes
Nov 5, 2024
lugi0
pushed a commit
that referenced
this pull request
Nov 11, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
rnetser
added a commit
that referenced
this pull request
Nov 27, 2024
* Add kserve private endpoint tests Signed-off-by: lugi0 <lgiorgi@redhat.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix typing annotations Signed-off-by: lugi0 <lgiorgi@redhat.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix pre-commit checks, add mypy ini file for vscode extension integration, specify in README that pre-commit shoulb be run and needs NPM installed Signed-off-by: lugi0 <lgiorgi@redhat.com> * Fix typo in function signature Signed-off-by: lugi0 <lgiorgi@redhat.com> * Update renovate.json (#26) * Lock file maintenance (#28) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [pre-commit.ci] pre-commit autoupdate (#29) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) - [github.com/renovatebot/pre-commit-hooks: 38.129.0 → 38.133.1](renovatebot/pre-commit-hooks@38.129.0...38.133.1) - [github.com/gitleaks/gitleaks: v8.21.1 → v8.21.2](gitleaks/gitleaks@v8.21.1...v8.21.2) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * [pre-commit.ci] pre-commit autoupdate (#32) updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.2](astral-sh/ruff-pre-commit@v0.7.1...v0.7.2) - [github.com/renovatebot/pre-commit-hooks: 38.133.1 → 39.0.0](renovatebot/pre-commit-hooks@38.133.1...39.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Lock file maintenance (#31) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * add CONTRIBUTING and update README (#25) * Move to Python 3.9 (#33) * move aws creds and buckets config to pytest_addoption (#34) * Add kserve private endpoint tests Signed-off-by: lugi0 <lgiorgi@redhat.com> * Fix pre-commit checks, add mypy ini file for vscode extension integration, specify in README that pre-commit shoulb be run and needs NPM installed Signed-off-by: lugi0 <lgiorgi@redhat.com> * Address PR comments Signed-off-by: lugi0 <lgiorgi@redhat.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix failures, pre-commit Signed-off-by: lugi0 <lgiorgi@redhat.com> * Fix typo in gitignore Signed-off-by: lugi0 <lgiorgi@redhat.com> * Remove duplicated lines Signed-off-by: lugi0 <lgiorgi@redhat.com> * Address review comments Signed-off-by: lugi0 <lgiorgi@redhat.com> * fix broken import Signed-off-by: lugi0 <lgiorgi@redhat.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Address PR comments, improve typing, remove mypy.ini, update CONTRIBUTING.MD Signed-off-by: lugi0 <lgiorgi@redhat.com> * add typing to storage_check func Signed-off-by: lugi0 <lgiorgi@redhat.com> * update deployment readiness check Signed-off-by: lugi0 <lgiorgi@redhat.com> * Address PR comments Signed-off-by: lugi0 <lgiorgi@redhat.com> * Address PR comments Signed-off-by: lugi0 <lgiorgi@redhat.com> * Address new comments Signed-off-by: lugi0 <lgiorgi@redhat.com> * Remove Enum inheritance Signed-off-by: lugi0 <lgiorgi@redhat.com> --------- Signed-off-by: lugi0 <lgiorgi@redhat.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ruth Netser <rnetser@redhat.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.