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 553e0803a fix dependency-check warning for cryptography<41.0.2
553e0803a is described below

commit 553e0803a6ff1950736a5317ece241d84d0dd853
Author: Dillon Walls <[email protected]>
AuthorDate: Tue Jul 18 01:32:15 2023 +0000

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

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

Reply via email to