Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2025

Bumps the python-dependencies group with 1 update in the / directory: aiosqlite.

Updates aiosqlite from 0.17.0 to 0.21.0

Changelog

Sourced from aiosqlite's changelog.

v0.21.0

Maintenance release

  • Fix: close connection correctly when BaseException raised in connection (#317)
  • Metadata improvements
  • Tested and supported on Python 3.13
  • Drop support for Python 3.8
  • Drop testing on PyPy
$ git shortlog -s v0.20.0...v0.21.0
     6	Amethyst Reese
     1	Gabriel
     1	Stanley Kudrow
    11	dependabot[bot]

v0.20.0

Feature release

  • Connection .close() method is now idempotent (#238)
  • Performance improvements in connection thread and event loop (#213, #271)
  • Updated contributor guide (#255)
  • Tested on Python 3.12
  • Dropped support for Python 3.7 (#230)
$ git shortlog -s v0.19.0...v0.20.0
     6	Amethyst Reese
     4	J. Nick Koston
     1	Waket Zheng
    18	dependabot[bot]
     1	mike bayer
     1	vdergachyov

v0.19.0

Feature release

  • Add support for setting cursor row_factory (#229)
  • Dropped unused compatibility shims for 3.5 and 3.6
  • Deprecated: Python 3.7 support will be dropped in v0.20.0

... (truncated)

Commits
  • 82eb2d2 Version bump v0.21.0
  • 3a6bd1f Update copyright headers
  • ca481c6 Drop Python 3.8, set Python3.9 as the minimum version. (#313)
  • 883695f fix: close connection thread properly if BaseException raised in connect step...
  • 5391d28 Bump mypy from 1.9.0 to 1.14.1 (#323)
  • c8194e8 Drop testing compat with pypy (#326)
  • c34bcda Bump sphinx from 7.2.6 to 8.1.3 (#324)
  • a8a7084 Bump flake8-bugbear from 24.2.6 to 24.12.12 (#321)
  • 8a95cd3 Testing improvements (#320)
  • b5ddd85 Bump coverage[toml] from 7.4.4 to 7.6.10 (#325)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-dependencies group with 1 update in the / directory: [aiosqlite](https://github.com/omnilib/aiosqlite).


Updates `aiosqlite` from 0.17.0 to 0.21.0
- [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md)
- [Commits](omnilib/aiosqlite@v0.17.0...v0.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants