From bfe30048e845b71bfcd6c08222c8bf0054463c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 17:12:26 +0200 Subject: [PATCH] Bump `mypy` from 0.960 to 0.961 (#3093) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a111141f..a49d1e492 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - cachetools~=5.2.0 - . # this basically does `pip install -e .` - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.960 + rev: v0.961 hooks: - id: mypy name: mypy-ptb diff --git a/requirements-dev.txt b/requirements-dev.txt index 84a112796..9b1efa78c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ pre-commit black==22.3.0 flake8==4.0.1 pylint==2.13.9 -mypy==0.960 +mypy==0.961 pyupgrade==2.32.1 isort==5.10.1