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 1c8b436dbdd9bbbe78605e19d50737017dbdf8cc Author: Dave Brondsema <[email protected]> AuthorDate: Thu Oct 7 22:02:17 2021 +0000 [#8397] upgrade cryptography and deps --- requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8388534..fb4d7b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ cchardet==2.1.7 # via -r requirements.in certifi==2021.5.30 # via requests -cffi==1.12.2 +cffi==1.14.6 # via cryptography charset-normalizer==2.0.4 # via requests @@ -28,7 +28,7 @@ crank==0.8.1 # via turbogears2 creoleparser==0.7.5 # via pypeline -cryptography==3.3.2 +cryptography==35.0.0 # via -r requirements.in datadiff==2.0.0 # via -r requirements.in @@ -114,7 +114,7 @@ pillow==8.3.2 # via -r requirements.in profanityfilter==2.0.6 # via -r requirements.in -pycparser==2.19 +pycparser==2.20 # via cffi pyflakes==2.1.1 # via -r requirements.in @@ -166,7 +166,6 @@ six==1.16.0 # -r requirements.in # bleach # creoleparser - # cryptography # easywidgets # feedgenerator # formencode
