From 81df40f6cf00789708b25230f4b3a32a10fc9935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 05:46:42 +0000 Subject: [PATCH] Bump mypy from 1.2.0 to 1.3.0 (#318) Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1.3.0. - [Commits](https://github.com/python/mypy/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 70aafa975..6137e85c2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ Faker==18.4.0 flake8==6.0.0 ipython -mypy==1.2.0 +mypy==1.3.0 pandas>=0.23.4 pre-commit==3.3.2 pytest==7.3.0