From 554f1fc9dd4764375eed019088c35eb82d245e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 22:36:53 +0000 Subject: [PATCH] Update mypy requirement from ^0.991 to ^1.0 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.991...v1.0.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4596f6d..0c63e14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ hikari = {extras = ["speedups"], version = "^2.0.0.dev112"} [tool.poetry.group.dev.dependencies] ruff = "^0.0.152" black = "^22.3" -mypy = "^0.991" +mypy = "^1.0" pytest = "^7.1.2" pytest-cov = "^3.0.0" nox = "^2022.1.7"