From f98ceefbe983f0e1fbe9fb51fbfff1066d4651a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:54:57 +0000 Subject: [PATCH] Bump pycryptodome from 3.19.0 to 3.19.1 in /server Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 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.19.0...v3.19.1) --- updated-dependencies: - dependency-name: pycryptodome dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 1602507..2133942 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -14,7 +14,7 @@ Flask==2.3.3 Logbook==1.6.0 git+https://github.com/openedx/MongoDBProxy.git#egg=openedx-mongodbproxy passlib==1.7.4 -pycryptodome==3.19.0 +pycryptodome==3.19.1 pymongo==4.5.0 python-dateutil==2.8.2 pytz==2023.3.post1