Skip to content

Commit

Permalink
edge-tool -update cryptography to latest (44.0.0)
Browse files Browse the repository at this point in the history
There's a few dependabots open on this, pull in latest cryptography.
  • Loading branch information
JanneKiiskila committed Dec 16, 2024
1 parent e0affb0 commit 6c9541a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Fixed numerous small spelling mistakes pointed by `misspell`.
* Improve error logging in subdevice FOTA download case.
* Change subdevice FOTA download folder default from `.` to `/tmp`.
* Update `edge-tool` dependency `cryptography` to latest (v44.0.0).

## Release 0.21.0

Expand Down
2 changes: 1 addition & 1 deletion edge-tool/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docopt==0.6.2
cbor2==5.4.6
pyclibrary==0.2.1
cryptography==41.0.7
cryptography==44.0.0
six==1.16.0
pytest==7.1.3

0 comments on commit 6c9541a

Please sign in to comment.