Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2021

Updates the requirements on tinydb to permit the latest version.

Release notes

Sourced from tinydb's releases.

v4.5.2

  • Fix: Make Table.delete()'s argument priorities consistent with other table methods. This means that if you pass both cond as well as doc_ids to Table.delete(), the latter will be prefered (see #424)
Changelog

Sourced from tinydb's changelog.

v4.5.2 (2021-09-23) ^^^^^^^^^^^^^^^^^^^

  • Fix: Make Table.delete()'s argument priorities consistent with other table methods. This means that if you pass both cond as well as doc_ids to Table.delete(), the latter will be prefered (see issue 424 <https://github.com/msiemens/tinydb/issues/424>__)

v4.5.1 (2021-07-17) ^^^^^^^^^^^^^^^^^^^

  • Fix: Correctly install typing-extensions on Python 3.7 (see issue 413 <https://github.com/msiemens/tinydb/issues/413>__)

v4.5.0 (2021-06-25) ^^^^^^^^^^^^^^^^^^^

  • Feature: Better type hinting/IntelliSense for PyCharm, VS Code and MyPy (see issue 372 <https://github.com/msiemens/tinydb/issues/372>__). PyCharm and VS Code should work out of the box, for MyPy see :ref: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 <https://github.com/msiemens/tinydb/issues/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 <https://github.com/msiemens/tinydb/issues/373>_)

v4.3.0 (2020-11-14) ^^^^^^^^^^^^^^^^^^^

  • Feature: Add operation for updating multiple documents: update_multiple (see issue 346 <https://github.com/msiemens/tinydb/issues/346>_)
  • Improvement: Expose type information for MyPy typechecking (PEP 561) (see pull request 352 <https://github.com/msiemens/tinydb/pull/352>_)

v4.2.0 (2020-10-03) ^^^^^^^^^^^^^^^^^^^

  • Feature: Add support for specifying document IDs during insertion (see issue 303 <https://github.com/msiemens/tinydb/issues/303>_)
  • Internal change: Use OrderedDict.move_to_end() in the query cache (see issue 338 <https://github.com/msiemens/tinydb/issues/338>_)

v4.1.1 (2020-05-08) ^^^^^^^^^^^^^^^^^^^

... (truncated)

Commits
  • 187cd0d chore: release version v4.5.2
  • 3362a4b refactor(table): Table.delete() to prefer argument doc_ids over cond (#424)
  • 71283fd chore: release version 4.5.1
  • 0cafd24 chore: correctly install typing-extensions on Python 3.7
  • b567d2a docs: add new upsert behavior information
  • 3b93b4b docs: fix default_* cls variable usage in doc (#410)
  • d76051c docs: update supported Python versions (#409)
  • bdf7cae docs: use correct heading level for MyPy notes
  • 43d4762 chore: release version v4.5.0
  • 8aa1eb2 docs: use Python 3.8 for building docs
  • Additional commits viewable in compare view

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 dependabot bot force-pushed the dependabot/pip/tinydb-approx-eq-4.5.2 branch from 1b012dc to fbd1792 Compare October 25, 2021 21:17
Updates the requirements on [tinydb](https://github.com/msiemens/tinydb) to permit the latest version.
- [Release notes](https://github.com/msiemens/tinydb/releases)
- [Changelog](https://github.com/msiemens/tinydb/blob/master/docs/changelog.rst)
- [Commits](msiemens/tinydb@v3.15.2...v4.5.2)

---
updated-dependencies:
- dependency-name: tinydb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/tinydb-approx-eq-4.5.2 branch from fbd1792 to d797d2b Compare October 25, 2021 21:53
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Schille Schille merged commit 4b05ba9 into main Nov 5, 2021
@dependabot dependabot bot deleted the dependabot/pip/tinydb-approx-eq-4.5.2 branch November 5, 2021 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants