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 e3318c124cd54f7a07082d4f340ee5f986b5e811 Author: Dave Brondsema <[email protected]> AuthorDate: Fri Sep 10 21:45:53 2021 +0000 [#8396] upgrade colander and its dependencies --- requirements.in | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 1512c40..d4bf5af 100644 --- a/requirements.in +++ b/requirements.in @@ -2,7 +2,7 @@ ActivityStream==0.3.0 beautifulsoup4 Beaker cchardet -colander==1.7.0 +colander cryptography decorator EasyWidgets>=0.3.6 diff --git a/requirements.txt b/requirements.txt index ff20e15..a987f50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ cffi==1.12.2 # via cryptography charset-normalizer==2.0.4 # via requests -colander==1.7.0 +colander==1.8.3 # via -r requirements.in crank==0.8.1 # via turbogears2 @@ -69,7 +69,7 @@ idna==3.2 # via requests inflection==0.5.1 # via profanityfilter -iso8601==0.1.12 +iso8601==0.1.16 # via colander jinja2==2.11.3 # via -r requirements.in @@ -190,7 +190,7 @@ textile==3.0.4 # via pypeline timermiddleware==0.5.1 # via -r requirements.in -translationstring==1.3 +translationstring==1.4 # via colander turbogears2==2.3.12 # via -r requirements.in
