rclement / datasette-dashboards

Datasette plugin providing data dashboards from metadata
https://datasette-dashboards-demo.vercel.app
Apache License 2.0
133 stars 7 forks source link

Update dependency sqlite-utils to v3.36 #208

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sqlite-utils (changelog) ==3.35.2 -> ==3.36 age adoption passing confidence

Release Notes

simonw/sqlite-utils (sqlite-utils) ### [`v3.36`](https://togithub.com/simonw/sqlite-utils/releases/tag/3.36) [Compare Source](https://togithub.com/simonw/sqlite-utils/compare/3.35.2...3.36) - Support for creating tables in [SQLite STRICT mode](https://www.sqlite.org/stricttables.html). Thanks, [Taj Khattra](https://togithub.com/tkhattra). ([#​344](https://togithub.com/simonw/sqlite-utils/issues/344)) - CLI commands `create-table`, `insert` and `upsert` all now accept a `--strict` option. - Python methods that can create a table - `table.create()` and `insert/upsert/insert_all/upsert_all` all now accept an optional `strict=True` parameter. - The `transform` command and `table.transform()` method preserve strict mode when transforming a table. - The `sqlite-utils create-table` command now accepts `str`, `int` and `bytes` as aliases for `text`, `integer` and `blob` respectively. ([#​606](https://togithub.com/simonw/sqlite-utils/issues/606))

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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1fb9ff2) 100.00% compared to head (b1f7d68) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #208 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 8 8 Lines 401 401 Branches 76 76 ========================================= Hits 401 401 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.