From fca07a8c2201141fe30d03ad229e4fd87f875f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:24:50 +0000 Subject: [PATCH] Bump tortoise-orm from 0.21.3 to 0.21.4 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](https://github.com/tortoise/tortoise-orm/compare/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] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1144619..16c50cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiosqlite" @@ -332,13 +332,13 @@ files = [ [[package]] name = "tortoise-orm" -version = "0.21.3" +version = "0.21.4" description = "Easy async ORM for python, built with relations in mind" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "tortoise_orm-0.21.3-py3-none-any.whl", hash = "sha256:9b8f8f8ba23a51f3407bfdc76cf9b2e5bc901ff07c7bec71250a83fa7724dab4"}, - {file = "tortoise_orm-0.21.3.tar.gz", hash = "sha256:d6e3a627915d4037d312f6ca0cb7d0bf6593630cf1da466df60c7c4c3128398e"}, + {file = "tortoise_orm-0.21.4-py3-none-any.whl", hash = "sha256:2ade41ae1d9c7279adb9c69199357cb1dce9380c4c880c32713f99c1e057ce5f"}, + {file = "tortoise_orm-0.21.4.tar.gz", hash = "sha256:1d6a4ed450ac831e5f520c369c6ba8e0ff947c8e34b4edd40ba8a94c4efcd0aa"}, ] [package.dependencies]