Skip to content

Commit 439af20

Browse files
dependabot[bot]p1c2u
authored andcommitted
Bump asgiref from 3.6.0 to 3.7.2
Bumps [asgiref](https://github.com/django/asgiref) from 3.6.0 to 3.7.2. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](django/asgiref@3.6.0...3.7.2) --- updated-dependencies: - dependency-name: asgiref dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61d483f commit 439af20

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

openapi_core/contrib/starlette/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self, request: Request):
1919
cookie=self.request.cookies,
2020
)
2121

22-
self._get_body = AsyncToSync(self.request.body, force_new_loop=True) # type: ignore
22+
self._get_body = AsyncToSync(self.request.body, force_new_loop=True)
2323

2424
@property
2525
def host_url(self) -> str:

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)