From 978b6a129d23f6152cf7dd6fac3ce73b0e52e5e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 07:25:38 -0400 Subject: [PATCH] Build(deps): Bump cryptography from 41.0.3 to 41.0.4 in /mdl-ref-server (#372) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mdl-ref-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdl-ref-server/requirements.txt b/mdl-ref-server/requirements.txt index 5ab05268d..6d3d6b6fc 100644 --- a/mdl-ref-server/requirements.txt +++ b/mdl-ref-server/requirements.txt @@ -3,7 +3,7 @@ cbor==1.0.0 certifi==2023.7.22 cffi==1.14.5 chardet==4.0.0 -cryptography==41.0.3 +cryptography==41.0.4 idna==2.10 Naked==0.1.31 pycparser==2.20