From 0bf603123d6f0ca3a6b7fe46be7a3db5f6c3a382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 15:01:48 +0000 Subject: [PATCH] Bump mypy from 1.3.0 to 1.4.1 in /requirements Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.1. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.4.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index 3caf95ea9..864557c11 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -13,7 +13,7 @@ ipykernel==6.23.1 lightly==1.4.6 matplotlib==3.7.1 mlflow==2.5.0 -mypy==1.3.0 +mypy==1.4.1 myst_parser==1.0.0 nptyping==2.5.0 numba>=0.57.0 # not directly required but pinned to ensure Python 3.11 compatibility.