You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by di...@apache.org on 2022/04/08 20:19:11 UTC

[allura] branch dw/SF-6801 created (now d2c0aed80)

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

dill0wn pushed a change to branch dw/SF-6801
in repository https://gitbox.apache.org/repos/asf/allura.git


      at d2c0aed80 SF-6801 Upgrade beautifulsoup4 4.10.0 -> 4.11.0, and its deps: soupsieve

This branch includes the following new commits:

     new d2c0aed80 SF-6801 Upgrade beautifulsoup4 4.10.0 -> 4.11.0, and its deps: soupsieve

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[allura] 01/01: SF-6801 Upgrade beautifulsoup4 4.10.0 -> 4.11.0, and its deps: soupsieve

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dill0wn pushed a commit to branch dw/SF-6801
in repository https://gitbox.apache.org/repos/asf/allura.git

commit d2c0aed801385ac1b114f79ec8c09abc7ddf8f9e
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Fri Apr 8 15:21:10 2022 +0000

    SF-6801 Upgrade beautifulsoup4 4.10.0 -> 4.11.0, and its deps: soupsieve
    
        beautifulsoup4                   4.10.0 -> 4.11.0
            soupsieve                     2.2.1 -> 2.3.2
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index d88550a5e..7254771a2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ activitystream==0.3.0
     # via -r requirements.in
 beaker==1.11.0
     # via -r requirements.in
-beautifulsoup4==4.10.0
+beautifulsoup4==4.11.0
     # via
     #   -r requirements.in
     #   webtest
@@ -185,7 +185,7 @@ six==1.16.0
     #   webhelpers2
 smmap==4.0.0
     # via gitdb
-soupsieve==2.2.1
+soupsieve==2.3.2
     # via beautifulsoup4
 testfixtures==6.10.0
     # via -r requirements.in