You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2020/11/11 15:30:20 UTC

[allura] branch master updated: Upgrade cryptography

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


The following commit(s) were added to refs/heads/master by this push:
     new c166d97  Upgrade cryptography
c166d97 is described below

commit c166d97bf6176811ce86f4fb9d827cf5ae547582
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Fri Nov 6 20:53:15 2020 +0000

    Upgrade cryptography
---
 requirements.in  | 2 +-
 requirements.txt | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/requirements.in b/requirements.in
index 43dc634..16c75c9 100644
--- a/requirements.in
+++ b/requirements.in
@@ -4,7 +4,7 @@ Beaker
 backlash==0.1.4
 chardet
 colander==1.7.0
-cryptography==2.6.1
+cryptography
 decorator
 EasyWidgets>=0.3.6
 emoji
diff --git a/requirements.txt b/requirements.txt
index 32e3278..66436c5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,6 @@
 #    pip-compile
 #
 activitystream==0.3.0     # via -r requirements.in
-asn1crypto==0.24.0        # via cryptography
 backlash==0.1.4           # via -r requirements.in
 backports.functools-lru-cache==1.5  # via soupsieve
 backports.shutil-get-terminal-size==1.0.0  # via ipython
@@ -18,7 +17,7 @@ chardet==3.0.4            # via -r requirements.in, requests
 colander==1.7.0           # via -r requirements.in
 crank==0.8.1              # via turbogears2
 creoleparser==0.7.5       # via pypeline
-cryptography==2.6.1       # via -r requirements.in
+cryptography==3.2.1       # via -r requirements.in
 datadiff==2.0.0           # via -r requirements.in
 decorator==4.4.0          # via -r requirements.in, ipython, traitlets
 docutils==0.15.2          # via pypeline