From 7701e5bfa3cc2579b879c92248e164135b655cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:19:36 +0000 Subject: [PATCH] chore(deps-dev): bump mypy from v1.17.1 to 1.19.0 Bumps [mypy](https://github.com/python/mypy) from v1.17.1 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.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 64de1a9dcb..9a41497a4a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ flake8==7.3.0; python_version >= "3.8" gitlint==v0.19.1 interrogate jsonschema -mypy==v1.17.1 +mypy==v1.19.0 playwright pytest>=7.2.0 pytest-asyncio