We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47a9fc commit 868a155Copy full SHA for 868a155
scripts/setup/constraints.txt
@@ -32,8 +32,6 @@ cbor2==5.4.6
32
# via -r requirements.zephyr.txt
33
certifi==2022.12.7
34
# via requests
35
-cffi==1.15.1
36
- # via cryptography
37
charset-normalizer==3.0.1
38
39
click==8.1.3
scripts/setup/requirements.all.txt
@@ -43,6 +43,8 @@ mypy-protobuf==3.5.0
43
protobuf==4.24.4
44
types-protobuf==4.24.0.2
45
46
+cffi==1.15.0; python_version < "3.13"
47
+cffi==1.17.1; python_version >= "3.13"
48
cryptography
49
50
# python unit tests
scripts/tools/telink/requirements.txt
@@ -1,6 +1,7 @@
1
cryptography==41.0.4
2
-cffi==1.15.0
3
4
future==0.18.3
5
pycparser==2.21
6
pypng==0.0.21
-PyQRCode==1.2.1
7
+PyQRCode==1.2.1
0 commit comments