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

[allura] 01/24: [#8246] Upgrade beautifulsoup4 4.10.0 -> 4.11.0, and its deps: soupsieve

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

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

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

    [#8246] 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 829b327fd..e973ef315 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ activitystream==0.4.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