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 <[email protected]> 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
