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

Update dependency pylibftdi to v0.23.0 #309

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

balena-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
pylibftdi minor ==0.22.0 -> ==0.23.0

Release Notes

codedstructure/pylibftdi (pylibftdi)

v0.23.0

Compare Source

  • Added: #​12 - pid & vid selection when opening a new Device - thanks @​maraxen!
  • Minor API change:
    • removed use of kwargs for Device() and Driver() arguments, replacing with keyword-only
      arguments. Tthis is unlikely to cause issues in most cases, and protects against typos
      or incorrect arguments.
    • one valid case requiring change is passing in a libftdi_search argument; if this is
      required, create a driver instance separately (with this parameter) and pass it to
      Device() using the new driver keyword-only parameter.
  • Various bumps and fixes to linting dependencies

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.

Update pylibftdi from 0.22.0 to 0.23.0

Change-type: patch
@ab77 ab77 merged commit 627a4d7 into master Nov 14, 2024
52 checks passed
@ab77 ab77 deleted the renovate/pylibftdi-0.x branch November 14, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant