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 peewee to v3.17.6 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
peewee ==3.17.5 -> ==3.17.6 age adoption passing confidence

Release Notes

coleifer/peewee (peewee)

v3.17.6

Compare Source

  • Fix bug in recursive model.delete_instance() when a table contains
    foreign-keys at multiple depths of the graph, #​2893.
  • Fix regression in pool behavior on systems where time.time() returns
    identical values for two connections. This adds a no-op comparable sentinel
    to the heap to prevent any recurrence of this problem, #​2901.
  • Ensure that subqueries inside CASE statements generate correct SQL.
  • Fix regression that broke server-side cursors with Postgres (introduced in
    3.16.0).
  • Fix to ensure compatibility with psycopg3 - the libpq TransactionStatus
    constants are no longer available on the Connection instance.
  • Fix quoting issue in pwiz that could generate invalid python code for
    double-quoted string literals used as column defaults.

View commits


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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

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.

1 participant