From b16b8842d25ee12c6204ae8ac60db4454b9860b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 23:16:20 +0000 Subject: [PATCH] Bump pycryptodomex from 3.15.0 to 3.17 in /algorand_solutions Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.15.0 to 3.17. - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.15.0...v3.17.0) --- updated-dependencies: - dependency-name: pycryptodomex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- algorand_solutions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorand_solutions/requirements.txt b/algorand_solutions/requirements.txt index f49244e..e1c3eb6 100644 --- a/algorand_solutions/requirements.txt +++ b/algorand_solutions/requirements.txt @@ -2,7 +2,7 @@ cffi==1.15.1 msgpack==1.0.4 py-algorand-sdk==1.20.0 pycparser==2.21 -pycryptodomex==3.15.0 +pycryptodomex==3.17 PyNaCl==1.5.0 pyteal==0.20.1 python-dotenv==0.20.0