Skip to content

Bump tinydb from 3.12.2 to 4.4.0#9

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/tinydb-4.4.0
Closed

Bump tinydb from 3.12.2 to 4.4.0#9
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/tinydb-4.4.0

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps tinydb from 3.12.2 to 4.4.0.

Changelog

Sourced from tinydb's changelog.

v4.4.0 (2020-11-14)

  • Feature: Add operation for searching for all documents that match a dict fragment (see issue 300)
  • Fix: Correctly handle queries that use fields that are also Query methods, e.g. Query()['test'] for searching for documents with a test field (see issue 373)

v4.3.0 (2020-11-14)

  • Feature: Add operation for updating multiple documents: update_multiple (see issue 346)
  • Improvement: Expose type information for MyPy typechecking (PEP 561) (see pull request 352)

v4.2.0 (2020-10-03)

  • Feature: Add support for specifying document IDs during insertion (see issue 303)
  • Internal change: Use OrderedDict.move_to_end() in the query cache (see issue 338)

v4.1.1 (2020-05-08)

  • Fix: Don't install dev-dependencies when installing from PyPI (see issue 315)

v4.1.0 (2020-05-07)

  • Feature: Add a no-op query Query().noop() (see issue 313)
  • Feature: Add a access_mode flag to JSONStorage to allow opening files read-only (see issue 297)
  • Fix: Don't drop the first document that's being inserted when inserting data on an existing database (see issue 314)

v4.0.0 (2020-05-02)

Upgrade Notes <upgrade_v4_0>

Breaking Changes

  • Python 2 support has been removed, see issue 284 for background

  • API changes:

    • Removed classes: DataProxy, StorageProxy

    • Attributes removed from TinyDB in favor of customizing TinyDB's behavior by subclassing it and overloading __init__(...) and table(...):

      • DEFAULT_TABLE
      • DEFAULT_TABLE_KWARGS
      • DEFAULT_STORAGE
    • Arguments removed from TinyDB(...):

... (truncated)

Commits
  • d142849 Version bump to v4.4.0
  • 5bb3a9e fix(queries): correctly handle getitem calls for queries
  • c42db2f docs: update copyright year/note
  • bf039e8 feat(queries): add fragment search
  • f9216c6 tests: add more test coverage
  • 38fab66 chore: add PyPI classifiers for Python 3.8/3.9
  • a5eb1a8 infra: add Python 3.9 testing
  • 008f6c2 chore: update dev dependencies
  • a201533 tests: improve code coverage
  • 568f9f4 docs: use https links in sidebar
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [tinydb](https://github.com/msiemens/tinydb) from 3.12.2 to 4.4.0.
- [Release notes](https://github.com/msiemens/tinydb/releases)
- [Changelog](https://github.com/msiemens/tinydb/blob/master/docs/changelog.rst)
- [Commits](msiemens/tinydb@v3.12.2...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Feb 12, 2021
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #14.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/pip/tinydb-4.4.0 branch June 28, 2021 06:16
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants