This is an automated email from the ASF dual-hosted git repository. brondsem pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit daf1b029601217ceb2092663ba22a295904f3354 Author: Guillermo Cruz <[email protected]> AuthorDate: Thu Feb 6 21:45:59 2025 +0000 [#8575] Upgrade pytest 8.3.3 -> 8.3.4, and its deps: iniconfig,packaging,pluggy pytest 8.3.3 -> 8.3.4 iniconfig 2.0.0 -> no upgrade packaging 24.1 -> 24.2 pluggy 1.5.0 -> no upgrade --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index dfdb4242a..dcb84a239 100644 --- a/requirements.txt +++ b/requirements.txt @@ -149,7 +149,7 @@ oauthlib==3.2.2 # via # -r requirements.in # requests-oauthlib -packaging==24.1 +packaging==24.2 # via # gunicorn # pymongocrypt @@ -198,7 +198,7 @@ pypeline[creole,markdown,rst,textile]==0.7.0 # via -r requirements.in pysolr==3.10.0 # via -r requirements.in -pytest==8.3.3 +pytest==8.3.4 # via # -r requirements.in # pytest-sugar
