Skip to content

Commit 52dd451

Browse files
chore(deps): update pycryptodome requirement (#73)
Updates the requirements on [pycryptodome](https://github.com/Legrandin/pycryptodome) to permit the latest version. - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](Legrandin/pycryptodome@v3.17.0...v3.18.0) --- updated-dependencies: - dependency-name: pycryptodome dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 951dd5c commit 52dd451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python = "^3.9"
2323
click = ">=8"
2424
aiohttp = "^3.8.2"
2525
async-timeout = "*"
26-
pycryptodome = "~3.17.0"
26+
pycryptodome = ">=3.17,<3.19"
2727
pycryptodomex = {version = "~3.17.0", markers = "sys_platform == 'darwin'"}
2828
paho-mqtt = "~1.6.1"
2929
dacite = "~1.8.0"

0 commit comments

Comments
 (0)