Merge pull request #205 from balloob/patch-1
Update vulnerable pycryptodome
This commit is contained in:
commit
daf38546a9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ try:
|
|||
import pyaes
|
||||
dynamic_requires = ["pyaes==1.6.0"]
|
||||
except ImportError as e:
|
||||
dynamic_requires = ['pycryptodome==3.4.11']
|
||||
dynamic_requires = ['pycryptodome==3.6.6']
|
||||
|
||||
# For Hysen thermostatic heating controller
|
||||
dynamic_requires.append('PyCRC')
|
||||
|
|
Loading…
Reference in a new issue