Skip to content

Commit

Permalink
ci: crypto python package update
Browse files Browse the repository at this point in the history
* The current version was flagged as vulnerable by the pip audit

Signed-off-by: Sebastian Wezel <[email protected]>
  • Loading branch information
DatGizmo committed Feb 14, 2025
1 parent 50841a0 commit 31e4b65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ clang-format
click==8.1.3
ecdsa
construct>=2.10.70
cryptography>=42.0.4
cryptography>=44.0.1
imagesize>=1.2.0
intelhex
pylint
Expand Down
7 changes: 2 additions & 5 deletions scripts/requirements-fixed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ beautifulsoup4[chardet]==4.12.3 ; python_version >= "3.12" and python_version <
binaryornot==0.4.4 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
bitarray==3.0.0 ; python_version >= "3.12" and python_version < "4.0"
boolean-py==4.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
bz==1.0 ; python_version >= "3.12" and python_version < "4.0"
canopen==2.3.0 ; python_version >= "3.12" and python_version < "4.0"
capstone==4.0.2 ; python_version >= "3.12" and python_version < "4.0"
cbor2==5.4.6 ; python_version >= "3.12" and python_version < "4.0"
Expand All @@ -35,7 +34,7 @@ commoncode==32.0.0 ; python_version >= "3.12" and python_version < "4.0" and pla
construct==2.10.70 ; python_version >= "3.12" and python_version < "4.0"
container-inspector==33.0.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
coverage==7.6.4 ; python_version >= "3.12" and python_version < "4.0"
cryptography==43.0.1 ; python_version >= "3.12" and python_version < "4.0"
cryptography==44.0.1 ; python_version >= "3.12" and python_version < "4.0"
debian-inspector==31.1.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
deprecated==1.2.14 ; python_version >= "3.12" and python_version < "4.0"
devicetree==0.0.2 ; python_version >= "3.12" and python_version < "4.0"
Expand All @@ -59,8 +58,6 @@ gitlint-core[trusted-deps]==0.19.1 ; python_version >= "3.12" and python_version
gitlint==0.19.1 ; python_version >= "3.12" and python_version < "4.0"
gitpython==3.1.43 ; python_version >= "3.12" and python_version < "4.0"
graphviz==0.20.3 ; python_version >= "3.12" and python_version < "4.0"
grpcio-tools==1.64.1 ; python_version >= "3.12" and python_version < "4.0"
grpcio==1.64.1 ; python_version >= "3.12" and python_version < "4.0"
hidapi==0.14.0.post2 ; python_version >= "3.12" and python_version < "4.0" and platform_system != "Linux"
html5lib-modern==1.2 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
html5lib==1.1 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
Expand Down Expand Up @@ -121,7 +118,6 @@ ply==3.11 ; python_version >= "3.12" and python_version < "4.0"
polib==1.2.0 ; python_version >= "3.12" and python_version < "4.0"
prettytable==3.9.0 ; python_version >= "3.12" and python_version < "4.0"
progress==1.6 ; python_version >= "3.12" and python_version < "4.0"
protobuf==5.27.1 ; python_version >= "3.12" and python_version < "4.0"
psutil==6.1.0 ; python_version >= "3.12" and python_version < "4.0"
publicsuffix2==2.20191221 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
py==1.11.0 ; python_version >= "3.12" and python_version < "4.0"
Expand Down Expand Up @@ -161,6 +157,7 @@ requests==2.32.3 ; python_version >= "3.12" and python_version < "4.0"
requests[use-chardet-on-py3]==2.32.3 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
rpds-py==0.20.0 ; python_version >= "3.12" and python_version < "4.0"
ruamel-yaml==0.17.32 ; python_version >= "3.12" and python_version < "4.0"
ruff==0.8.1 ; python_version >= "3.12" and python_version < "4.0"
saneyaml==0.6.1 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
scancode-toolkit[full]==31.2.6 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
semver==3.0.2 ; python_version >= "3.12" and python_version < "4.0"
Expand Down

0 comments on commit 31e4b65

Please sign in to comment.