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 5afb4c3cad9c2bd72d3fae0060f7e38ea353ead3 Author: Guillermo Cruz <[email protected]> AuthorDate: Wed Oct 26 20:59:27 2022 +0000 SF-7807 Upgrade ActivityStream 0.4.0 -> no upgrade, and its deps: pymongo ActivityStream 0.4.0 -> no upgrade pymongo 3.12.3 -> no upgrade (OUTDATED! latest is: 4.3.2) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c31f4d39..4699242a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -118,7 +118,7 @@ pyflakes==2.4.0 # via -r requirements.in pygments==2.12.0 # via -r requirements.in -pymongo==3.11.4 +pymongo==3.12.3 # via # -r requirements.in # activitystream
