From cd9c32b03b3e4eb0441187595493a2ac481bfdf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:21:36 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.11.2 to 1.13.0 Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.13.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 df9cd0d..351ef66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ beautifulsoup4==4.12.3 Jinja2==3.1.4 pytest==8.3.2 bottle==0.12.25 -mypy==1.11.2 +mypy==1.13.0 black==24.8.0