Skip to content

Commit bd34437

Browse files
build(deps): bump mypy from 1.4.1 to 1.5.1 (#2319)
* build(deps): bump mypy from 1.4.1 to 1.5.1 Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.5.1. - [Commits](python/mypy@v1.4.1...v1.5.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Add type: ignore --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivana Kellyerova <[email protected]>
1 parent b2c9af9 commit bd34437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linter-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==1.4.1
1+
mypy==1.5.1
22
black==23.7.0
33
flake8==5.0.4
44
types-certifi

sentry_sdk/integrations/starlite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def injection_wrapper(self: "Starlite", *args: "Any", **kwargs: "Any") -> None:
8181
]
8282
)
8383

84-
SentryStarliteASGIMiddleware.__call__ = SentryStarliteASGIMiddleware._run_asgi3
84+
SentryStarliteASGIMiddleware.__call__ = SentryStarliteASGIMiddleware._run_asgi3 # type: ignore
8585
middleware = kwargs.pop("middleware", None) or []
8686
kwargs["middleware"] = [SentryStarliteASGIMiddleware, *middleware]
8787
old__init__(self, *args, **kwargs)

0 commit comments

Comments
 (0)