From 5994115c7e7e8861a3ae58f02fc66ef1c25f4fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:48:46 +0000 Subject: [PATCH] Bump pydantic from 1.5 to 1.6.2 in /test Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.5 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.5...v1.6.2) Signed-off-by: dependabot[bot] --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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