From 4c55dcc602f8dbe546a78cc0d7b92669f56a86dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 04:57:53 +0000 Subject: [PATCH] Bump pycryptodome from 3.14.1 to 3.19.1 in /aqps Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.14.1 to 3.19.1. - [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.14.1...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodome dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aqps/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqps/requirements.txt b/aqps/requirements.txt index a8de986..6d16eaf 100644 --- a/aqps/requirements.txt +++ b/aqps/requirements.txt @@ -1,6 +1,6 @@ # Core dependencies requests==2.28.1 # For making HTTP requests to the satellite and blockchain APIs -pycryptodome==3.14.1 # For encryption and decryption using AES +pycryptodome==3.19.1 # For encryption and decryption using AES Flask==2.2.2 # (Optional) For creating a web interface if needed numpy==1.23.5 # For numerical operations, if needed for data processing