From 6286b8c6eb9f5bb78176c519dba0f5905fc3e080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:30:14 +0000 Subject: [PATCH] build(deps): bump mypy[pydantic] from 1.14.0 to 1.14.1 (#24) Bumps [mypy[pydantic]](https://github.com/python/mypy) from 1.14.0 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy[pydantic] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b5cb2a..7a2b2b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ linting = [ "pylint==3.3.3" ] type_check = [ - "mypy[pydantic]==1.14.0" + "mypy[pydantic]==1.14.1" ] spell_check = [ "codespell==2.3.0"