From bb53c09cf632c28dc6cb5fb99729cb133faf81e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 19:30:26 +0000 Subject: [PATCH] fix(deps): update dependency mypy to ~=1.14.0 (#935) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- python/rye-tutorial/pyproject.toml | 2 +- python/softeng/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/rye-tutorial/pyproject.toml b/python/rye-tutorial/pyproject.toml index ea77d25a..995915bc 100644 --- a/python/rye-tutorial/pyproject.toml +++ b/python/rye-tutorial/pyproject.toml @@ -5,7 +5,7 @@ description = "Add a short description here" authors = [ { name = "Junya Okabe", email = "okabe.junya.qj@alumni.tsukuba.ac.jp" } ] -dependencies = ["flask~=3.1.0", "black~=24.10.0", "flake8~=7.1.0", "mypy~=1.13.0", "isort~=5.13.0"] +dependencies = ["flask~=3.1.0", "black~=24.10.0", "flake8~=7.1.0", "mypy~=1.14.0", "isort~=5.13.0"] readme = "README.md" requires-python = ">= 3.8" diff --git a/python/softeng/pyproject.toml b/python/softeng/pyproject.toml index b24ad260..435c1134 100644 --- a/python/softeng/pyproject.toml +++ b/python/softeng/pyproject.toml @@ -2,7 +2,7 @@ authors = [ {name = "Junya Okabe", email = "okabe.junya.qj@alumni.tsukuba.ac.jp"}, ] -dependencies = ["black~=24.10.0", "flake8~=7.1.0", "mypy~=1.13.0", "isort~=5.13.0", "pytest~=8.3.1"] +dependencies = ["black~=24.10.0", "flake8~=7.1.0", "mypy~=1.14.0", "isort~=5.13.0", "pytest~=8.3.1"] description = "Add a short description here" name = "softeng" readme = "README.md"