This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8578 in repository https://gitbox.apache.org/repos/asf/allura.git
commit f769e9b5c26b145081fa4963c9566d2742654034 Author: Guillermo Cruz <guillermo.c...@slashdotmedia.com> AuthorDate: Wed Apr 30 01:54:37 2025 +0000 [#8578] Upgrade pytest 8.3.4 -> 8.3.5, and its deps: iniconfig,packaging,pluggy pytest 8.3.4 -> 8.3.5 iniconfig 2.0.0 -> 2.1.0 packaging 24.2 -> 25.0 pluggy 1.5.0 -> no upgrade --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 663f62811..c020170ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -121,7 +121,7 @@ importlib-metadata==8.6.1 ; python_full_version < '3.10' # via markdown inflection==0.5.1 # via profanityfilter -iniconfig==2.0.0 +iniconfig==2.1.0 # via pytest iso8601==1.1.0 # via colander @@ -166,7 +166,7 @@ oauthlib==3.2.2 # via # -r requirements.in # requests-oauthlib -packaging==24.2 +packaging==25.0 # via # gunicorn # pymongocrypt @@ -219,7 +219,7 @@ pypeline==0.7.0 # via -r requirements.in pysolr==3.10.0 # via -r requirements.in -pytest==8.3.4 +pytest==8.3.5 # via # -r requirements.in # pytest-sugar