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 e6d352f99f2e45892b7304eeff649ff2451cf0fb Author: Guillermo Cruz <[email protected]> AuthorDate: Wed Oct 26 21:16:54 2022 +0000 SF-7807 Upgrade PasteDeploy 2.1.1 -> 3.0.1, and its deps: setuptools PasteDeploy 2.1.1 -> 3.0.1 setuptools 63.1.0 -> skipped (OUTDATED! latest is: 65.5.0) --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7f85483e..796e40778 100644 --- a/requirements.txt +++ b/requirements.txt @@ -67,6 +67,7 @@ importlib-metadata==4.13.0 # via # -r requirements.in # markdown + # pastedeploy inflection==0.5.1 # via profanityfilter iso8601==1.1.0 @@ -102,7 +103,7 @@ paste==3.5.2 # -r requirements.in # easywidgets # pastescript -pastedeploy==2.1.1 +pastedeploy==3.0.1 # via # -r requirements.in # pastescript
