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 c4df2f1ad316ed644723111a78719b73d5c53df0 Author: Guillermo Cruz <[email protected]> AuthorDate: Thu Feb 6 21:53:16 2025 +0000 [#8575] Upgrade pre_commit 4.0.1 -> 4.1.0, and its deps: cfgv,identify,nodeenv,PyYAML,virtualenv,distlib,filelock,platformdirs pre_commit 4.0.1 -> 4.1.0 cfgv 3.4.0 -> no upgrade identify 2.6.1 -> 2.6.6 nodeenv 1.9.1 -> no upgrade PyYAML 6.0.2 -> no upgrade virtualenv 20.27.1 -> 20.29.1 distlib 0.3.9 -> no upgrade filelock 3.16.1 -> 3.17.0 platformdirs 4.3.6 -> no upgrade --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index dcb84a239..c9886131a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,7 +75,7 @@ feedgenerator==2.1.0 # via -r requirements.in feedparser==6.0.11 # via -r requirements.in -filelock==3.16.1 +filelock==3.17.0 # via virtualenv formencode==2.1.1 # via @@ -99,7 +99,7 @@ httpcore==1.0.6 # via httpx httpx==0.27.2 # via pymongocrypt -identify==2.6.1 +identify==2.6.6 # via pre-commit idna==3.10 # via @@ -176,7 +176,7 @@ platformdirs==4.3.6 # via virtualenv pluggy==1.5.0 # via pytest -pre-commit==4.0.1 +pre-commit==4.1.0 # via -r requirements.in profanityfilter==2.1.0 # via -r requirements.in @@ -288,7 +288,7 @@ urllib3==2.3.0 # via # botocore # requests -virtualenv==20.27.1 +virtualenv==20.29.1 # via pre-commit waitress==3.0.2 # via webtest
