From df185cd8f4919de6660d4794fe2451ddba022048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:50:54 +0000 Subject: [PATCH] Bump prisma from 0.13.1 to 0.15.0 Bumps [prisma](https://github.com/RobertCraigie/prisma-client-py) from 0.13.1 to 0.15.0. - [Release notes](https://github.com/RobertCraigie/prisma-client-py/releases) - [Commits](https://github.com/RobertCraigie/prisma-client-py/compare/v0.13.1...v0.15.0) --- updated-dependencies: - dependency-name: prisma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c803db..36a1801 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dynamic = ["version"] dependencies = [ "pydantic>=2.3,<3", "fastapi>=0.110.2", - "prisma==0.13.1", + "prisma==0.15.0", "google-api-python-client==2.140.0", "asyncify==0.10.0", "pandas==2.2.2"