From 820343426948ef3bb2ab3c8dc469db33b2f50d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:22:27 +0000 Subject: [PATCH] Bump pydantic from 1.10.2 to 1.10.13 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.2 to 1.10.13. - [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.10.2...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e948f11a..774938df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "nmdc-submission-schema==10.8.0", "pint==0.18", "psycopg2==2.9.3", - "pydantic==1.10.2", + "pydantic==1.10.13", "pymongo>=4.0.0", "python-dateutil", "python-dotenv",