You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2020/01/28 19:39:35 UTC

[allura] branch master updated: Upgrade activitystream to 0.3

This is an automated email from the ASF dual-hosted git repository.

kentontaylor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new 62447da  Upgrade activitystream to 0.3
62447da is described below

commit 62447dac73bc56d315588a162f96ece0840033e6
Author: Kenton Taylor <kt...@slashdotmedia.com>
AuthorDate: Tue Jan 28 19:39:21 2020 +0000

    Upgrade activitystream to 0.3
---
 requirements.in  | 2 +-
 requirements.txt | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.in b/requirements.in
index 1596d95..6454887 100644
--- a/requirements.in
+++ b/requirements.in
@@ -1,4 +1,4 @@
-ActivityStream==0.2.2
+ActivityStream==0.3.0
 beautifulsoup4
 Beaker
 backlash==0.1.4
diff --git a/requirements.txt b/requirements.txt
index 3ba5fb4..92b4bea 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@
 #
 #    pip-compile
 #
-activitystream==0.2.2
+activitystream==0.3.0
 asn1crypto==0.24.0        # via cryptography
 backlash==0.1.4
 backports.functools-lru-cache==1.5  # via soupsieve
@@ -97,4 +97,4 @@ webtest==2.0.33
 wrapt==1.11.2
 
 # The following packages are considered to be unsafe in a requirements file:
-# setuptools
+# setuptools==44.0.0        # via ipython