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

[allura] 01/18: [#8507] Upgrade beautifulsoup4 4.11.1 -> 4.12.2, and its deps: soupsieve

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

gcruz pushed a commit to branch gc/8507
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 4d067d0c8c02acb6f56dec9418fc3626ecf706a5
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Apr 21 16:45:39 2023 +0000

    [#8507] Upgrade beautifulsoup4 4.11.1 -> 4.12.2, and its deps: soupsieve
    
        beautifulsoup4                   4.11.1 -> 4.12.2
            soupsieve                2.3.2.post1 -> 2.4.1
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 9d2bbdf00..724044fa1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,7 +10,7 @@ attrs==22.2.0
     # via pytest
 beaker==1.12.0
     # via -r requirements.in
-beautifulsoup4==4.11.1
+beautifulsoup4==4.12.2
     # via
     #   -r requirements.in
     #   webtest
@@ -199,7 +199,7 @@ six==1.16.0
     #   webhelpers2
 smmap==5.0.0
     # via gitdb
-soupsieve==2.3.2.post1
+soupsieve==2.4.1
     # via beautifulsoup4
 termcolor==2.1.1
     # via pytest-sugar