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
commit 240377efea0c7862c567028481e41f2decab5485 Author: Guillermo Cruz <[email protected]> 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
