From f0963695e4b3db488022d9f4d070a78f61f92651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:51:16 +0000 Subject: [PATCH] Update mypy requirement from <1.13 to <1.14 in /cratedb_sqlparse_py Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.1.0...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cratedb_sqlparse_py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cratedb_sqlparse_py/pyproject.toml b/cratedb_sqlparse_py/pyproject.toml index 5204e3f..f5a4660 100644 --- a/cratedb_sqlparse_py/pyproject.toml +++ b/cratedb_sqlparse_py/pyproject.toml @@ -78,7 +78,7 @@ dependencies = [ ] [project.optional-dependencies] develop = [ - "mypy<1.13", + "mypy<1.14", "poethepoet<0.30", "pyproject-fmt<2.5", "ruff<0.8",