From 4b409ec4cbaf01bf023a0fe5604adeb9eeb0eaf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:48:28 +0000 Subject: [PATCH] Bump pydantic from 1.4 to 1.6.2 Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.4 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.4...v1.6.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- test/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c203e75..80eb80d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ itsdangerous==1.1.0 Jinja2==2.11.1 lnurl==0.3.3 MarkupSafe==1.1.1 -pydantic==1.4 +pydantic==1.6.2 pytz==2019.3 six==1.14.0 SQLAlchemy==1.3.16 diff --git a/test/requirements.txt b/test/requirements.txt index 7afee71..23e6991 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -3,6 +3,6 @@ certifi==2020.4.5.1 chardet==3.0.4 idna==2.9 lnurl==0.3.3 -pydantic==1.5 +pydantic==1.6.2 requests==2.23.0 urllib3==1.25.9