Skip to content

Commit 8c15f5e

Browse files
authored
Set aiohttp to >=3.7.4,<4
Avoid CVE-2021-21330
1 parent 6d49de5 commit 8c15f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author='Fabian Affolter',
2828
author_email='[email protected]',
2929
license='MIT',
30-
install_requires=['aiohttp<4', 'async_timeout<4'],
30+
install_requires=['aiohttp>=3.7.4,<4', 'async_timeout<4'],
3131
packages=['luftdaten'],
3232
zip_safe=True,
3333
classifiers=[

0 commit comments

Comments
 (0)