From deddfbec899bac8ccbaafcdb0110a9439e8f4db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 13:12:53 -0700 Subject: [PATCH] Bump mypy from 0.960 to 0.961 (#340) * Bump mypy from 0.960 to 0.961 Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.961. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.960...v0.961) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update ci.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Akshita Bhagia --- .github/workflows/ci.yml | 2 +- dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f57bb70c9..ee9b4dd7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: checks: name: ${{ matrix.task.name }} runs-on: ${{ matrix.task.runs_on }} - timeout-minutes: 20 + timeout-minutes: 30 strategy: fail-fast: false matrix: diff --git a/dev-requirements.txt b/dev-requirements.txt index 0f0bb1972..a9da40184 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,7 @@ flake8 # Static type checking -mypy==0.960 +mypy==0.961 # Automatic code formatting black