Skip to content

Commit 14e9162

Browse files
Bump mypy from 0.910 to 0.930 (#461)
* Bump mypy from 0.910 to 0.930 Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.930. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.910...v0.930) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update _exceptions.py Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Christie <tom@tomchristie.com>
1 parent da99b46 commit 14e9162

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

httpcore/_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
@contextlib.contextmanager
6-
def map_exceptions(map: Dict[Type[Exception], Type[Exception]]) -> Iterator[None]:
6+
def map_exceptions(map: Dict[Type, Type]) -> Iterator[None]:
77
try:
88
yield
99
except Exception as exc: # noqa: PIE786

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ black==21.12b0
2121
coverage==6.2
2222
flake8==4.0.1
2323
isort==5.10.1
24-
mypy==0.910
24+
mypy==0.930
2525
pytest==6.2.5
2626
pytest-httpbin==1.0.1
2727
pytest-trio==0.7.0

0 commit comments

Comments
 (0)