From 6dd29bdb6b54278d8ae8b4c790e33c8189c6ef78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:29:55 +0000 Subject: [PATCH] chore(deps): bump pydantic[email] from 2.6.2 to 2.6.3 Bumps [pydantic[email]](https://github.com/pydantic/pydantic) from 2.6.2 to 2.6.3. - [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.6.2...v2.6.3) --- updated-dependencies: - dependency-name: pydantic[email] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index bef9030..34feb6b 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,6 +5,6 @@ fastapi==0.110.0 httpx==0.27.0 jinja2==3.1.3 jwcrypto==1.5.4 -pydantic[email]==2.6.2 +pydantic[email]==2.6.3 pydantic-settings==2.2.1 uvicorn[standard]==0.27.1