From 80bcfee71ffb8f4e2aa0098162b481c1136a9692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 12:57:50 +0000 Subject: [PATCH] Bump pydantic from 1.9.0 to 1.10.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.0 to 1.10.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.9.0...v1.10.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcb358d..f2cebb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" license = { text = "GNU General Public License" } classifiers = ["Framework :: Django", "Programming Language :: Python :: 3"] dependencies = [ - 'pydantic==1.9.0', + 'pydantic==1.10.2', 'gitpython==3.1.27', 'python-icat==0.21.0', 'suds-community==1.1.1',