Skip to content

Commit 09c7bde

Browse files
committed
dependencies: upgrade dnspython
2.2.* => 2.6.*
1 parent d825c9b commit 09c7bde

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
@@ -15,7 +15,7 @@ def main():
1515
author_email="rnovatorov@enapter.com",
1616
install_requires=[
1717
"aiomqtt==1.0.*",
18-
"dnspython==2.2.*",
18+
"dnspython==2.6.*",
1919
"json-log-formatter==0.5.*",
2020
],
2121
)

0 commit comments

Comments
 (0)