podman-py
podman-py copied to clipboard
Update dependency containers/automation_images to v20240529
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| containers/automation_images | major | 20240320t153921z-f39f38d13 -> 20240529t141726z-f40f39d13 |
Release Notes
containers/automation_images (containers/automation_images)
v20240529t141726z-f40f39d13
v20240513t140131z-f40f39d13
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 Mend Renovate. View repository job log here.
@jwhonce by chance do you have any recollection of this variable and if the new pylint finding is of any concern?
pylint: commands[0]> pylint podman
************* Module podman.domain.config
podman/domain/config.py:104:31: E0606: Possibly using variable 'old_toml_file' before assignment (possibly-used-before-assignment)
@cevich The issue was introduced with https://github.com/containers/podman-py/pull/374. I suspect an update in pylint has now caught the issue.
@inknos Can you do a quick PR and fix the issue? TIA /cc @umohnani8
@jwhonce , here it is https://github.com/containers/podman-py/pull/392
LGTM
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: cevich, renovate[bot] Once this PR has been reviewed and has the lgtm label, please ask for approval from umohnani8. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
/lgtm
/lgtm
New changes are detected. LGTM label has been removed.
Attempting to fix flaking podman-search test via https://github.com/containers/podman-py/pull/418