From a3549f7de8ce7451de39f59ab9d3020b6a1c7ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:19:09 +0000 Subject: [PATCH] build(deps): bump mypy[pydantic] from 1.8.0 to 1.12.1 Bumps [mypy[pydantic]](https://github.com/python/mypy) from 1.8.0 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...v1.12.1) --- updated-dependencies: - dependency-name: mypy[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 55cf72d..d5555bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ tests = [ "pytest-asyncio==0.24.0" ] type_check = [ - "mypy[pydantic]==1.8.0", + "mypy[pydantic]==1.12.1", "types-pytz==2024.2.0.20241003" ]