From fcbc323e5676c4a8eed5cd366095d68cdb18a1fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 21:14:28 +0000 Subject: [PATCH] Build(deps): bump pydantic from 1.9.0 to 1.9.1 Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/samuelcolvin/pydantic/releases) - [Changelog](https://github.com/samuelcolvin/pydantic/blob/v1.9.1/HISTORY.md) - [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index ebbbe96d..38ae623c 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,2 +1,2 @@ -pydantic==1.9.0 +pydantic==1.9.1 python-jose[cryptography]==3.3.0