Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2024

Bumps apsw from 3.46.0.0 to 3.46.1.0.

Release notes

Sourced from apsw's releases.

3.46.1.0

The shell dump command outputs the application_id in addition to the user_version.

PyPI binary builds for Python 3.13 now available, as well as older Python ARM64 are available.

3.46.0.1

apsw.ext.query_info() provides the count and names of bindings parameters. (APSW issue 528)

Address how errors are handled in VFS xRandomness routine, that is only called once by SQLite to seed its random number generator. (APSW issue 526)

Added Connection.vfsname() and updated corresponding shell command to get the diagnostic names of the vfs stack for the connection. (APSW issue 525)

Do not cache Connection.pragma() statements to avoid encryption keys, or pragmas that run during prepare from being retained. (APSW issue 522)

Connection.pragma() adds keyword schema argument to run pragma against attached databases. (APSW issue 524)

Changelog

Sourced from apsw's changelog.

3.46.1.0

The shell :ref:dump <shell-cmd-dump> command outputs the application_id <https://www.sqlite.org/pragma.html#pragma_application_id>__ in addition to the user_version <https://www.sqlite.org/pragma.html#pragma_user_version>__.

PyPI <https://pypi.org/project/apsw/>__ binary builds for Python 3.13 now available <https://github.com/pypa/cibuildwheel/releases/tag/v2.20.0>, as well as older Python ARM64 <https://github.com/rogerbinns/apsw/pull/530> are available.

3.46.0.1

:func:apsw.ext.query_info provides the count and names of bindings parameters. (:issue:528)

Address how errors are handled in VFS xRandomness routine, that is only called once by SQLite to seed its random number generator. (:issue:526)

Added :meth:Connection.vfsname and updated corresponding shell command to get the diagnostic names of the vfs stack for the connection. (:issue:525)

Do not cache :meth:Connection.pragma statements to avoid encryption keys, or pragmas that run during prepare from being retained. (:issue:522)

:meth:Connection.pragma adds keyword schema argument to run pragma against attached databases. (:issue:524)

Commits
  • 68b16af mention sqlite3mc build
  • f8c6c56 Add Python 3.13 to Windows compile target
  • 4265d52 SQLite version bump
  • 417c7b2 Merge pull request #531 from rogerbinns/dependabot/github_actions/pypa/cibuil...
  • 2898eef Add 3.14.0 alpha zero and bump other py versions
  • 018676d Bump pypa/cibuildwheel from 2.19 to 2.20
  • deec26a Build all supported Python versions on ARM64
  • 71ca585 Include application id in .dump
  • 4eec4c3 Improve .mode shell hints and brag about shell
  • 95920e0 Minor doc tweaking
  • 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 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)

Bumps [apsw](https://github.com/rogerbinns/apsw) from 3.46.0.0 to 3.46.1.0.
- [Release notes](https://github.com/rogerbinns/apsw/releases)
- [Changelog](https://github.com/rogerbinns/apsw/blob/master/doc/changes.rst)
- [Commits](rogerbinns/apsw@3.46.0.0...3.46.1.0)

---
updated-dependencies:
- dependency-name: apsw
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 15, 2024
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