From 729afefba16104d598e71bc0276de1cf8ed311c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:00:04 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.5.1 to 1.6.0 Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.6.0. - [Commits](https://github.com/python/mypy/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e30e507..582b5ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ beautifulsoup4==4.12.2 Jinja2==3.1.2 pytest==7.4.2 bottle==0.12.25 -mypy==1.5.1 +mypy==1.6.0 black==23.9.1