From a64d6097d268c594f634f6fecc26623768243147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 07:12:02 +0000 Subject: [PATCH] chore(deps-dev): bump mypy from v1.15.0 to 1.17.0 Bumps [mypy](https://github.com/python/mypy) from v1.15.0 to 1.17.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.17.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 526121ced7..1f127bdae9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ flake8==7.2.0; python_version >= "3.8" gitlint==v0.19.1 interrogate jsonschema -mypy==v1.15.0 +mypy==v1.17.0 playwright pytest>=7.2.0 pytest-asyncio