This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch dw/8426 in repository https://gitbox.apache.org/repos/asf/allura.git
commit eb43b8de7abb290da946b7d53f21dce57072cfda Author: Dillon Walls <[email protected]> AuthorDate: Fri Apr 8 20:40:12 2022 +0000 SF-6801 Upgrade cryptography 35.0.0 -> 36.0.2, and its deps: cffi,pycparser cryptography 35.0.0 -> 36.0.2 cffi 1.14.6 -> 1.15.0 pycparser 2.20 -> 2.21 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c4a5f6932..eb728afe9 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.14.6 +cffi==1.15.0 # 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==35.0.0 +cryptography==36.0.2 # via -r requirements.in datadiff==2.0.0 # via -r requirements.in @@ -116,7 +116,7 @@ pillow==9.0.1 # via -r requirements.in profanityfilter==2.0.6 # via -r requirements.in -pycparser==2.20 +pycparser==2.21 # via cffi pyflakes==2.4.0 # via -r requirements.in
