Skip to content

Commit d4c86cb

Browse files
authored
Set aiohttp to >=3.7.4,<4
To avoid CVE-2021-21330
1 parent 42fa263 commit d4c86cb

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
@@ -28,7 +28,7 @@
2828
author='Fabian Affolter',
2929
author_email='[email protected]',
3030
license='MIT',
31-
install_requires=['aiohttp<4', 'async_timeout<4'],
31+
install_requires=['aiohttp>=3.7.4,<4', 'async_timeout<4'],
3232
packages=['netdata'],
3333
zip_safe=True,
3434
classifiers=[

0 commit comments

Comments
 (0)