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 adc2bbc2aea0e2af2e7f972049bf9a0da6bb5291 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 a57adf542..c4a5f6932 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.1.1 # via -r requirements.in
