From 208937d9d3a7f1f4d7ed3264e2bf83d64480f223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 19 Feb 2024 09:21:38 +0100 Subject: [PATCH] chore: upgrade cryptography in dev Fix vulnerabilities: https://github.com/overhangio/tutor/security/dependabot/33 https://github.com/overhangio/tutor/security/dependabot/34 --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 5c6aba3..4602d17 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -42,7 +42,7 @@ click-log==0.4.0 # via scriv coverage==7.3.2 # via -r requirements/dev.in -cryptography==41.0.7 +cryptography==42.0.3 # via secretstorage dill==0.3.7 # via pylint