Skip to content

chore(deps): bump aiosqlite from 0.19.0 to 0.22.1#67

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/aiosqlite-0.22.1
Open

chore(deps): bump aiosqlite from 0.19.0 to 0.22.1#67
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/aiosqlite-0.22.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps aiosqlite from 0.19.0 to 0.22.1.

Changelog

Sourced from aiosqlite's changelog.

v0.22.1

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

v0.22.0

Feature release

  • Support set_authorizer query access controls (#349)
  • Wait for transaction queue to complete when closing connection (#305)
  • Emit warning when connection goes out of scope without being closed (#355)
  • Remove dependency on typing_extensions (#365)
$ git shortlog -s v0.21.0...v0.22.0
     1	Alec Berryman
     1	Amethyst Reese
     1	David Andreoletti
     1	Markus Heidelberg
     1	beerpsi
    19	dependabot[bot]

v0.21.0

Maintenance release

  • Fix: close connection correctly when BaseException raised in connection (#317)
  • Metadata improvements

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added automated Auto-created for Dependabot and workflow automation dependencies Auto-created for Dependabot and workflow automation python Auto-created for Dependabot and workflow automation labels Mar 2, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 2, 2026

Deploying meetspot with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8c51fe1
Status: ✅  Deploy successful!
Preview URL: https://d4c1b069.meetspot.pages.dev
Branch Preview URL: https://dependabot-pip-aiosqlite-0-2.meetspot.pages.dev

View logs

@github-actions github-actions bot added needs-review Auto-created for Dependabot and workflow automation major-update Auto-created for Dependabot and workflow automation labels Mar 2, 2026
Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.19.0 to 0.22.1.
- [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md)
- [Commits](omnilib/aiosqlite@v0.19.0...v0.22.1)

---
updated-dependencies:
- dependency-name: aiosqlite
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/aiosqlite-0.22.1 branch from 57868f6 to 8c51fe1 Compare March 2, 2026 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Auto-created for Dependabot and workflow automation dependencies Auto-created for Dependabot and workflow automation major-update Auto-created for Dependabot and workflow automation needs-review Auto-created for Dependabot and workflow automation python Auto-created for Dependabot and workflow automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant