Skip to content

Commit 32ddd5f

Browse files
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](python/mypy@v1.11.2...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4377d5 commit 32ddd5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/http/httpx/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ httpx = {extras = ["http2"], version = ">=0.25,<1.0.0"}
3535
yapf = ">=0.40.2,<0.44.0"
3636
isort = ">=5.13.2,<9.0.0"
3737
pylint = ">=3.2.7,<5.0.0"
38-
mypy = "^1.11.2"
38+
mypy = ">=1.11.2,<3.0.0"
3939
pytest = ">=8.3.2,<10.0.0"
4040
pytest-asyncio = ">=0.24,<1.4"
4141
pytest-mock = "^3.14.0"

0 commit comments

Comments
 (0)