This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8474 in repository https://gitbox.apache.org/repos/asf/allura.git
commit bc0c3eb3d1f7b241b660f00cdd3e0675af8dbc6e Author: Guillermo Cruz <[email protected]> AuthorDate: Wed Oct 26 21:01:30 2022 +0000 SF-7807 Upgrade colander 1.8.3 -> no upgrade, and its deps: iso8601,setuptools,translationstring colander 1.8.3 -> no upgrade iso8601 1.0.2 -> 1.1.0 setuptools 63.1.0 -> skipped (OUTDATED! latest is: 65.5.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 4699242a8..a98050d79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -69,7 +69,7 @@ importlib-metadata==4.12.0 # markdown inflection==0.5.1 # via profanityfilter -iso8601==1.0.2 +iso8601==1.1.0 # via colander jinja2==3.1.2 # via -r requirements.in
