Skip to content

Conversation

@konflux-internal-p02
Copy link

@konflux-internal-p02 konflux-internal-p02 bot commented Dec 24, 2025

This PR contains the following updates:

Package Change Age Confidence
aiosqlite ==0.22.0 -> ==0.22.1 age confidence

Release Notes

omnilib/aiosqlite (aiosqlite)

v0.22.1

Compare Source

Bug fix release

NOTE: Starting with v0.22.0, the aiosqlite.Connection object no longer
inherits from threading.Thread. If not using aiosqlite as a context manager,
clients must await connection.close() or call connection.stop() to ensure
the helper thread is completed and terminated correctly. A ResourceWarning
will be emitted for any connection that is garbage collected without being
closed or stopped.

  • Added synchronous stop() method to aiosqlite.Connection to enable safe
    cleanup and termination of the background thread without dependence
    on having an active event loop (#​370)
$ git shortlog -s v0.22.0...v0.22.1
     2	Amethyst Reese

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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
@konflux-internal-p02 konflux-internal-p02 bot changed the title Update dependency aiosqlite to v0.22.1 chore(deps): update dependency aiosqlite to v0.22.1 Jan 20, 2026
@konflux-internal-p02 konflux-internal-p02 bot changed the title chore(deps): update dependency aiosqlite to v0.22.1 Update dependency aiosqlite to v0.22.1 Jan 21, 2026
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.

0 participants