From 9ece448ca5b02478aadffb3878336c0c619ab4bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:06:48 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement in /packages/http/httpx Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/http/httpx/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/http/httpx/requirements-dev.txt b/packages/http/httpx/requirements-dev.txt index 87d32069..a7549018 100644 --- a/packages/http/httpx/requirements-dev.txt +++ b/packages/http/httpx/requirements-dev.txt @@ -3,7 +3,7 @@ yapf>=0.43.0,<0.44.0 isort>=8.0.1,<9.0.0 pylint>=4.0.6,<5.0.0 -mypy>=2.2.0,<3.0.0 +mypy>=2.3.0,<3.0.0 pytest>=9.1.1,<10.0.0 pytest-asyncio>=1.4.0,<1.5 pytest-mock>=3.15.1,<4.0.0