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

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

commit faf25cb71c6962c2df4633e291e51486985c8ca9
Author: Guillermo Cruz <[email protected]>
AuthorDate: Thu Feb 6 19:26:27 2025 +0000

    [#8575] Upgrade beautifulsoup4 4.12.3 -> 4.13.3, and its deps: soupsieve
    
        beautifulsoup4                   4.12.3 -> 4.13.3
            soupsieve                       2.6 -> no upgrade
---
 requirements.txt | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index c27125376..d324299d8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 #
-# This file is autogenerated by pip-compile with Python 3.9
+# This file is autogenerated by pip-compile with Python 3.11
 # by the following command:
 #
 #    pip-compile
@@ -14,7 +14,7 @@ beaker==1.13.0
     #   beaker-session-jwt
 beaker-session-jwt==1.0.2
     # via -r requirements.in
-beautifulsoup4==4.12.3
+beautifulsoup4==4.13.3
     # via
     #   -r requirements.in
     #   webtest
@@ -67,10 +67,6 @@ easywidgets==0.4.1
     # via -r requirements.in
 emoji==2.14.0
     # via -r requirements.in
-exceptiongroup==1.2.2
-    # via
-    #   anyio
-    #   pytest
 execnet==2.0.2
     # via pytest-xdist
 faust-cchardet==2.1.19
@@ -111,8 +107,6 @@ idna==3.10
     #   anyio
     #   httpx
     #   requests
-importlib-metadata==8.5.0
-    # via markdown
 inflection==0.5.1
     # via profanityfilter
 iniconfig==2.0.0
@@ -284,14 +278,12 @@ timermiddleware==0.6.3
     # via -r requirements.in
 tinycss2==1.1.1
     # via bleach
-tomli==2.2.1
-    # via pytest
 translationstring==1.4
     # via colander
 turbogears2==2.4.3
     # via -r requirements.in
 typing-extensions==4.12.2
-    # via anyio
+    # via beautifulsoup4
 urllib3==1.26.20
     # via
     #   botocore
@@ -320,8 +312,6 @@ werkzeug==3.1.2
     # via -r requirements.in
 wrapt==1.16.0
     # via -r requirements.in
-zipp==3.21.0
-    # via importlib-metadata
 
 # The following packages are considered to be unsafe in a requirements file:
 # setuptools

Reply via email to