From e93631c18c02783465b370df5806774b3781737b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 06:13:20 +0000 Subject: [PATCH] Bump pydantic from 1.9.0 to 1.10.13 in /tests Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.0 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.9.0...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- tests/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-dev.txt b/tests/requirements-dev.txt index 9e57d7c..0894031 100644 --- a/tests/requirements-dev.txt +++ b/tests/requirements-dev.txt @@ -3,6 +3,6 @@ flake8==4.0.1 isort==5.10.1 pytest==6.2.5 coverage[toml]==6.2 -pydantic==1.9.0 +pydantic==1.10.13 mypy==0.931 types-psycopg2==2.9.6