Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tortoise-orm from 0.21.3 to 0.21.4 #87

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps tortoise-orm from 0.21.3 to 0.21.4.

Release notes

Sourced from tortoise-orm's releases.

0.21.4

Added

  • Add ObjectDoesNotExistError to show better 404 message. (#759)
  • DoesNotExist and MultipleObjectsReturned support 'Type[Model]' argument. (#742)(#1650)
  • Add argument use_tz and timezone to RegisterTortoise. (#1649)
  • Support await tortoise.contrib.fastapi.RegisterTortoise. (#1662)
  • Add tortoise.contrib.test.init_memory_sqlite. (#1657)

Fixed

  • Fix update_or_create errors when field value changed. (#1584)
  • Fix bandit check error (#1643)
  • Fix potential race condition in ConnectionWrapper (#1656)
  • Fix py312 warning for datetime.utcnow (#1661)
  • Fix reusing values and value_list queries (#780)

Changed

  • Remove obsolete loop._selector from contrib/test. (#659)(#1636)
Changelog

Sourced from tortoise-orm's changelog.

0.21.4 `_ - 2024-07-03

Added ^^^^^

  • Add ObjectDoesNotExistError to show better 404 message. (#759)
  • DoesNotExist and MultipleObjectsReturned support 'Type[Model]' argument. (#742)(#1650)
  • Add argument use_tz and timezone to RegisterTortoise. (#1649)
  • Support await tortoise.contrib.fastapi.RegisterTortoise. (#1662)
  • Add tortoise.contrib.test.init_memory_sqlite. (#1657)

Fixed ^^^^^

  • Fix update_or_create errors when field value changed. (#1584)
  • Fix bandit check error (#1643)
  • Fix potential race condition in ConnectionWrapper (#1656)
  • Fix py312 warning for datetime.utcnow (#1661)
  • Fix reusing values and value_list queries (#780)

Changed ^^^^^^^

  • Remove obsolete loop._selector from contrib/test. (#659)(#1636)
Commits
  • 57ac9d6 Bump version to 0.21.4
  • 5879f23 Fix lint
  • 71affff Fix reuse of values and values_list queries (#780)
  • 8848b20 Add init_memory_sqlite decorator (#1657)
  • b87f485 Support await tortoise.contrib.fastapi.RegisterTortoise (#1662)
  • bc18384 Add timezone and use_utc parameters into RegisterTortoise class. (#1649)
  • 222aaf5 fix py312 warning for datetime.utcnow (#1661)
  • eb0c0f3 chore(deps-dev): bump urllib3 from 2.2.1 to 2.2.2 (#1659)
  • 3568aea refactor: use db queryset to reduce duplicated code (#1652)
  • 230eb41 Fix potential race condition in ConnectionWrapper (#1656)
  • 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 [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.21.3 to 0.21.4.
- [Release notes](https://github.com/tortoise/tortoise-orm/releases)
- [Changelog](https://github.com/tortoise/tortoise-orm/blob/develop/CHANGELOG.rst)
- [Commits](tortoise/tortoise-orm@0.21.3...0.21.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2024
@manzato manzato merged commit a24c9a0 into main Jul 8, 2024
3 of 4 checks passed
@manzato manzato deleted the dependabot/pip/tortoise-orm-0.21.4 branch July 8, 2024 13:06
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.

1 participant