From 69ea6e9827df820b1132c1ae9b28b6d68d5eb167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:55:15 +0000 Subject: [PATCH] Bump pydantic from 1.7.3 to 1.7.4 Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.7.3 to 1.7.4. - [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.7.3...v1.7.4) Signed-off-by: dependabot[bot] --- setup.py | 2 +- tests/req.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2379977..d35eabf 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def get_version(package): ], python_requires=">=3.6", install_requires=[ - "pydantic==1.7.3", + "pydantic==1.7.4", "python-dotenv==0.15.0", "azure-identity==1.5.0", "azure-keyvault-secrets==4.2.0", diff --git a/tests/req.txt b/tests/req.txt index 3d622c3..de5e2c0 100644 --- a/tests/req.txt +++ b/tests/req.txt @@ -1,4 +1,4 @@ -pydantic==1.7.3 +pydantic==1.7.4 python-dotenv==0.15.0 azure-identity==1.5.0 azure-keyvault-secrets==4.2.0