From 3cb626b4f3931f7fccf97837f4a255e1073b2030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:10:46 +0000 Subject: [PATCH] Bump pydantic from 1.10.11 to 1.10.13 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.11 to 1.10.13. - [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/v1.10.11...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-freeze.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-freeze.txt b/requirements-freeze.txt index b524050..f1749b5 100644 --- a/requirements-freeze.txt +++ b/requirements-freeze.txt @@ -14,7 +14,7 @@ nest-asyncio==1.6.0 packaging==24.0 pathspec==0.12.1 platformdirs==4.2.0 -pydantic==1.10.11 +pydantic==1.10.13 python-dotenv==1.0.1 PyYAML==6.0.1 smskillsdk==1.0.0 diff --git a/requirements.txt b/requirements.txt index 6fece3b..1629c14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ fastapi importlib-metadata jellyfish nest_asyncio -pydantic==1.10.11 +pydantic==1.10.13 smskillsdk uvicorn[standard]