From 685a5cd025cbcd556534fd6aef06bab2d50bae0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 21:05:55 +0000 Subject: [PATCH] Bump pydantic from 1.6.1 to 1.6.2 in /Chapter17 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] --- Chapter17/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter17/requirements.txt b/Chapter17/requirements.txt index 2eeea20..cf52d98 100644 --- a/Chapter17/requirements.txt +++ b/Chapter17/requirements.txt @@ -14,7 +14,7 @@ numpy==1.19.2 opencv-python-headless==4.4.0.44 pandas==1.1.3 Pillow==8.0.1 -pydantic==1.6.1 +pydantic==1.6.2 pyparsing==2.4.7 python-dateutil==2.8.1 python-multipart==0.0.5