This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8557 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 7c6285233a964f7814f1d4b01124f3403a37b363 Author: Guillermo Cruz <guillermo.c...@slashdotmedia.com> AuthorDate: Thu Apr 18 00:16:03 2024 +0000 [#8557] Upgrade pytest 7.4.4 -> 8.1.1, and its deps: iniconfig,packaging,pluggy pytest 7.4.4 -> 8.1.1 iniconfig 2.0.0 -> no upgrade packaging 23.2 -> 24.0 pluggy 1.3.0 -> 1.4.0 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c71f264f4..97325bc5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -116,7 +116,7 @@ oauthlib==3.2.2 # via # -r requirements.in # requests-oauthlib -packaging==23.2 +packaging==24.0 # via # gunicorn # pytest @@ -138,7 +138,7 @@ pillow==10.3.0 # via -r requirements.in platformdirs==4.1.0 # via virtualenv -pluggy==1.3.0 +pluggy==1.4.0 # via pytest pre-commit==3.7.0 ; python_version >= "3.9" # via -r requirements.in @@ -160,7 +160,7 @@ pypng==0.20220715.0 # via qrcode pysolr==3.9.0 # via -r requirements.in -pytest==7.4.4 +pytest==8.1.1 # via # -r requirements.in # pytest-sugar