From 3b7bc69629ebbee61c8274c01e0a0fe3df5e2ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:55:50 +0000 Subject: [PATCH] Bump pydantic from 1.6.1 to 1.10.13 in /capstone/files/app Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.6.1 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.6.1...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- capstone/files/app/requirements-dev.txt | 2 +- capstone/files/app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/capstone/files/app/requirements-dev.txt b/capstone/files/app/requirements-dev.txt index a5bc3fe..d50d705 100644 --- a/capstone/files/app/requirements-dev.txt +++ b/capstone/files/app/requirements-dev.txt @@ -14,7 +14,7 @@ more-itertools==8.4.0 packaging==20.4 pluggy==0.13.1 py==1.9.0 -pydantic==1.6.1 +pydantic==1.10.13 pyparsing==2.4.7 pytest==6.0.1 python-multipart==0.0.5 diff --git a/capstone/files/app/requirements.txt b/capstone/files/app/requirements.txt index c6facf4..20274cf 100644 --- a/capstone/files/app/requirements.txt +++ b/capstone/files/app/requirements.txt @@ -5,7 +5,7 @@ h11==0.9.0 httptools==0.1.1 Jinja2==2.11.2 MarkupSafe==1.1.1 -pydantic==1.6.1 +pydantic==1.10.13 python-multipart==0.0.5 six==1.15.0 starlette==0.13.6