From 55d4274fc9dd27f4d077863ffa5c4f8f0fa0bcdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:18:27 +0000 Subject: [PATCH] chore(deps-dev): bump mypy from 1.10.1 to 1.11.1 Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 1495515..acb9b28 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -13,7 +13,7 @@ flake8==7.1.0 flake8-coding==1.3.2 pre-commit==3.8.0 isort==5.13.2 -mypy==1.10.1 +mypy==1.11.1 pylint==3.2.6 bandit==1.7.9 pydocstringformatter==0.7.3