From f58efbbd0ff1dfcf49e647bef512c244ce2ee255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:30:03 +0000 Subject: [PATCH] chore: bump mypy from 1.9.0 to 1.10.0 in /prqlc/bindings/prqlc-python Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prqlc/bindings/prqlc-python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prqlc/bindings/prqlc-python/pyproject.toml b/prqlc/bindings/prqlc-python/pyproject.toml index 6c155db29314..a6615d64ef31 100644 --- a/prqlc/bindings/prqlc-python/pyproject.toml +++ b/prqlc/bindings/prqlc-python/pyproject.toml @@ -27,7 +27,7 @@ module-name = "prqlc" [project.optional-dependencies] test = [ "pytest >= 7", - "mypy == 1.9.0", + "mypy == 1.10.0", ] [tool.ruff]