This is an automated email from the ASF dual-hosted git repository. kentontaylor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit 09a81b98311f0439049809df649486301ac102da Author: Guillermo Cruz <[email protected]> AuthorDate: Fri Apr 21 16:46:44 2023 +0000 [#8507] Upgrade cryptography 39.0.1 -> 40.0.2, and its deps: cffi,pycparser cryptography 39.0.1 -> 40.0.2 cffi 1.15.1 -> no upgrade pycparser 2.21 -> no upgrade --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ebb734b0..224bddbd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ crank==0.8.1 # via turbogears2 creoleparser==0.7.5 # via pypeline -cryptography==39.0.1 +cryptography==40.0.2 # via -r requirements.in decorator==5.1.1 # via -r requirements.in
