This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8586 in repository https://gitbox.apache.org/repos/asf/allura.git
commit bfe2031982d85a824587c5c251a63ed10f072524 Author: Guillermo Cruz <[email protected]> AuthorDate: Tue Oct 14 16:32:41 2025 +0000 [#8586] Upgrade pre_commit 4.2.0 -> 4.3.0, and its deps: cfgv,identify,nodeenv,PyYAML,virtualenv,distlib,filelock,platformdirs pre_commit 4.2.0 -> 4.3.0 cfgv 3.4.0 -> no upgrade identify 2.6.12 -> 2.6.15 nodeenv 1.9.1 -> no upgrade PyYAML 6.0.2 -> 6.0.3 virtualenv 20.31.2 -> 20.35.3 distlib 0.3.9 -> 0.4.0 filelock 3.18.0 -> 3.20.0 platformdirs 4.3.8 -> 4.5.0 --- requirements.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 165a5ac13..a24e784f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,7 +62,7 @@ decorator==5.2.1 # via -r requirements.in diff-match-patch==20230430 # via sxsdiff -distlib==0.3.9 +distlib==0.4.0 # via virtualenv dnspython==2.8.0 # via pymongo @@ -86,7 +86,7 @@ feedgenerator==2.2.1 # via -r requirements.in feedparser==6.0.12 # via -r requirements.in -filelock==3.18.0 +filelock==3.20.0 # via virtualenv formencode==2.1.1 # via @@ -110,7 +110,7 @@ httpcore==1.0.9 # via httpx httpx==0.27.2 # via pymongocrypt -identify==2.6.12 +identify==2.6.15 # via pre-commit idna==3.11 # via @@ -186,11 +186,11 @@ pastescript==3.7.0 # via -r requirements.in pillow==11.3.0 # via -r requirements.in -platformdirs==4.3.8 +platformdirs==4.5.0 # via virtualenv pluggy==1.6.0 # via pytest -pre-commit==4.2.0 +pre-commit==4.3.0 # via -r requirements.in profanityfilter==2.1.0 # via -r requirements.in @@ -240,7 +240,7 @@ pytz==2025.2 # via # -r requirements.in # ming -pyyaml==6.0.2 +pyyaml==6.0.3 # via pre-commit qrcode==8.2 # via -r requirements.in @@ -309,13 +309,14 @@ typing-extensions==4.15.0 # anyio # beautifulsoup4 # cryptography + # virtualenv tzdata==2025.2 ; sys_platform == 'win32' # via feedgenerator urllib3==2.5.0 # via # botocore # requests -virtualenv==20.31.2 +virtualenv==20.35.3 # via pre-commit waitress==3.0.2 # via webtest
