Skip to content

Commit

Permalink
[Security] Bump aiohttp from 3.5.4 to 3.7.4 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jun 30, 2021
1 parent f3e2512 commit 12c4550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateway/tests/utils.py
Expand Up @@ -28,7 +28,7 @@ def headers(self):
@property
def content(self):
protocol = Mock(_reading_paused=False)
stream = StreamReader(protocol)
stream = StreamReader(protocol, limit=65536)
stream.feed_data(self.body)
stream.feed_eof()
return stream
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Expand Up @@ -12,5 +12,5 @@ pyswagger==0.8.39
bravado-core==5.13.1
drf-yasg==1.10.2
requests==2.21.0
aiohttp==3.5.4
aiohttp==3.7.4
django-auth-ldap==2.1.0

0 comments on commit 12c4550

Please sign in to comment.