Skip to content

Bump tinydb from 3.12.2 to 4.5.0#14

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

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

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps tinydb from 3.12.2 to 4.5.0.

Release notes

Sourced from tinydb's releases.

v4.5.0

  • Feature: Better type hinting/IntelliSense for PyCharm, VS Code and MyPy (see issue #372). PyCharm and VS Code should work out of the box, for MyPy see MyPy Type Checking

v4.4.0

No release notes provided.

v4.3.0

No release notes provided.

v4.2.0

No release notes provided.

v4.1.1

No release notes provided.

v4.1.0

No release notes provided.

v4.0.0

No release notes provided.

v3.15.2

No release notes provided.

v3.15.1

No release notes provided.

3.15.0

No release notes provided.

v3.14.2

No release notes provided.

v3.14.1

No release notes provided.

v3.14.0

No release notes provided.

v3.13.0

No release notes provided.

Changelog

Sourced from tinydb's changelog.

v4.5.0 (2021-06-25)

  • Feature: Better type hinting/IntelliSense for PyCharm, VS Code and MyPy (see issue 372). PyCharm and VS Code should work out of the box, for MyPy see MyPy Type Checking <mypy_type_checking>

v4.4.0 (2021-02-11)

  • 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

... (truncated)

Commits
  • 43d4762 chore: release version v4.5.0
  • 8aa1eb2 docs: use Python 3.8 for building docs
  • e3d5653 docs: use Python 3.9 for building docs
  • acdfb02 docs: add documentation on MyPy integration
  • b1d4eeb fix: add MyPy plugin configuratio
  • e24297b fix: use Protocol from typing_extensions for Python <= 3.7ˆ
  • 3c34154 feat: add better type completion for PyCharm, VS Code, MyPy
  • 0669008 docs: fix a typo (#404)
  • 45b9609 fix(table): add missing variable type hints
  • 959b75d chore: drop Python 3.5 support
  • 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.5.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.5.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 Jun 28, 2021
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #16.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/pip/tinydb-4.5.0 branch July 19, 2021 06:12
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