From 949a36883c72d8b918a7283ec5efd2104a485273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 14:43:31 +0200 Subject: [PATCH] Chore(deps): Update pydantic requirement in /api/app (#77) 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.7.0...v2.8.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 419a671..9210e48 100644 --- a/api/app/requirements.txt +++ b/api/app/requirements.txt @@ -2,7 +2,7 @@ uvicorn~=0.29.0 ffmpeg-python~=0.2.0 fastapi~=0.112.1 SQLAlchemy~=2.0.31 -pydantic~=2.7.0 +pydantic~=2.8.2 cryptography~=42.0.8 pydantic-settings~=2.2.1 PyJWT~=2.8.0