Skip to content

Commit 9eeee0d

Browse files
authored
Bump cryptography from 2.6.1 to 3.2 (#553)
1 parent 335399e commit 9eeee0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cryptography==2.6.1
1+
cryptography==3.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
url="http://github.com/mjg59/python-broadlink",
1616
packages=find_packages(),
1717
scripts=[],
18-
install_requires=["cryptography>=2.1.1"],
18+
install_requires=["cryptography>=3.2"],
1919
description="Python API for controlling Broadlink IR controllers",
2020
classifiers=[
2121
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)