From 6b9b5de25eb6c7c33ee2e1d0fafbde8608708cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:34:49 +0100 Subject: [PATCH] Chore(deps): Update pydantic requirement in /api/app (#113) Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.8.2...v2.9.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/requirements.txt b/api/app/requirements.txt index 48435d4..667dee5 100644 --- a/api/app/requirements.txt +++ b/api/app/requirements.txt @@ -2,7 +2,7 @@ uvicorn~=0.31.1 ffmpeg-python~=0.2.0 fastapi~=0.115.4 SQLAlchemy~=2.0.32 -pydantic~=2.8.2 +pydantic~=2.9.2 cryptography~=43.0.1 pydantic-settings~=2.6.0 PyJWT~=2.9.0