This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8445 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 67233a562d535aaff0d36b4721721e0f61e093f3 Author: Guillermo Cruz <[email protected]> AuthorDate: Wed Jul 6 19:15:38 2022 +0000 [#8445] Upgrade cryptography 36.0.2 -> 37.0.4, and its deps: cffi,pycparser cryptography 36.0.2 -> 37.0.4 cffi 1.15.0 -> 1.15.1 pycparser 2.21 -> no upgrade --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 33fb8c020..3bc8c0b3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ cchardet==2.1.7 # via -r requirements.in certifi==2021.10.8 # via requests -cffi==1.15.0 +cffi==1.15.1 # via cryptography charset-normalizer==2.0.12 # via requests @@ -28,7 +28,7 @@ crank==0.8.1 # via turbogears2 creoleparser==0.7.5 # via pypeline -cryptography==36.0.2 +cryptography==37.0.4 # via -r requirements.in datadiff==2.0.0 # via -r requirements.in
