From 9685e70f12fcacf9f6dc66ca47757fcf3caa7fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 14:49:31 +0000 Subject: [PATCH] Bump mypy from 1.17.0 to 1.19.1 Bumps [mypy](https://github.com/python/mypy) from 1.17.0 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 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 2a657e7..0bcd11e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,6 +48,6 @@ websockets==11.0.3 Werkzeug==3.1.6 yarl==1.23.0 openai==2.29.0 -mypy==1.17.0 +mypy==1.19.1 types-PyYAML types-requests