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 35c8b016d0e8d6af000a397ff0da0f7b44cadd07 Author: Dillon Walls <[email protected]> AuthorDate: Fri Apr 8 20:47:57 2022 +0000 SF-6801 Upgrade PasteScript 3.1.0 -> 3.2.1, and its deps: paste,setuptools,six,PasteDeploy,six PasteScript 3.1.0 -> 3.2.1 paste 3.5.0 -> no upgrade setuptools 44.0.0 -> skipped (OUTDATED! latest is: 62.0.0) six 1.16.0 -> no upgrade PasteDeploy 2.0.1 -> 2.1.1 six 1.16.0 -> no upgrade --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6e7ffde3..308afe5d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -110,7 +110,7 @@ pastedeploy==2.1.1 # via # -r requirements.in # pastescript -pastescript==3.1.0 +pastescript==3.2.1 # via -r requirements.in pillow==9.0.1 # via -r requirements.in
