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 966545386e21dae025185692891c726b6b993150 Author: Dillon Walls <[email protected]> AuthorDate: Fri Apr 8 20:36:12 2022 +0000 SF-6801 Upgrade colander 1.8.3 -> no upgrade, and its deps: iso8601,setuptools,translationstring colander 1.8.3 -> no upgrade iso8601 1.0.2 -> no upgrade setuptools 44.0.0 -> skipped (OUTDATED! latest is: 62.0.0) translationstring 1.4 -> no upgrade --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7254771a2..ebb41a88f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,7 +71,7 @@ importlib-metadata==4.8.3 # via markdown inflection==0.5.1 # via profanityfilter -iso8601==0.1.16 +iso8601==1.0.2 # via colander jinja2==3.0.2 # via -r requirements.in
