Skip to content

Commit fa934ab

Browse files
Merge pull request #2 from Lash-L/crypto_bump
Bump pycryptodome to 3.17
2 parents 311af16 + d514ae0 commit fa934ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ python = "^3.8"
1515
click = ">=8"
1616
aiohttp = "*"
1717
async-timeout = "*"
18-
pycryptodome = "~3.16.0"
19-
pycryptodomex = {version = "~3.16.0", markers = "sys_platform == 'darwin'"}
18+
pycryptodome = "~3.17.0"
19+
pycryptodomex = {version = "~3.17.0", markers = "sys_platform == 'darwin'"}
2020
paho-mqtt = "~1.6.1"
2121

2222

0 commit comments

Comments
 (0)