From 23f9085f95eddce6534e6983fdf72b7a763fdea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 21:01:28 +0000 Subject: [PATCH] Bump pydantic from 1.6.1 to 1.6.2 in /capstone/files/app Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/samuelcolvin/pydantic/releases) - [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md) - [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.6.1...v1.6.2) 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..c1737df 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.6.2 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..f654d52 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.6.2 python-multipart==0.0.5 six==1.15.0 starlette==0.13.6