Skip to content

Commit

Permalink
Update aiohttp min version (SYN-2963) (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Dec 10, 2021
1 parent e7478e5 commit 116fc58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lmdb>=1.2.1,<1.3.0
tornado>=6.1.0,<7.0.0
regex>=2021.7.1
PyYAML>=5.4,<6.0
aiohttp>=3.6.3,<4.0
aiohttp>=3.8.1,<4.0
aiohttp-socks>=0.6.1,<0.7.0
aioimaplib>=0.9.0,<0.10.0
aiosmtplib>=1.1.6,<2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def run(self):
'tornado>=6.1.0,<7.0.0',
'regex>=2021.7.1',
'PyYAML>=5.4,<6.0',
'aiohttp>=3.6.3,<4.0',
'aiohttp>=3.8.1,<4.0',
'aiohttp-socks>=0.6.1,<0.7.0',
'aioimaplib>=0.9.0,<0.10.0',
'aiosmtplib>=1.1.6,<2.0',
Expand Down

0 comments on commit 116fc58

Please sign in to comment.