This is an automated email from the ASF dual-hosted git repository.

dill0wn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new a9a1681ca fix dependency-check warning for cryptography<41.0.0
a9a1681ca is described below

commit a9a1681cacd42c404a2fa228154292a78d987619
Author: Dillon Walls <[email protected]>
AuthorDate: Mon Jun 5 23:04:17 2023 +0000

    fix dependency-check warning for cryptography<41.0.0
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 6b73f3a12..3e49f9a8e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -26,7 +26,7 @@ crank==0.8.1
     # via turbogears2
 creoleparser==0.7.5
     # via pypeline
-cryptography==40.0.2
+cryptography==41.0.1
     # via -r requirements.in
 decorator==5.1.1
     # via -r requirements.in

Reply via email to