Skip to content

Commit

Permalink
Merge pull request #2 from Lash-L/crypto_bump
Browse files Browse the repository at this point in the history
Bump pycryptodome to 3.17
  • Loading branch information
humbertogontijo authored Mar 1, 2023
2 parents 311af16 + d514ae0 commit fa934ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ python = "^3.8"
click = ">=8"
aiohttp = "*"
async-timeout = "*"
pycryptodome = "~3.16.0"
pycryptodomex = {version = "~3.16.0", markers = "sys_platform == 'darwin'"}
pycryptodome = "~3.17.0"
pycryptodomex = {version = "~3.17.0", markers = "sys_platform == 'darwin'"}
paho-mqtt = "~1.6.1"


Expand Down

0 comments on commit fa934ab

Please sign in to comment.