This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8567 in repository https://gitbox.apache.org/repos/asf/allura.git
commit fd4f0183a212e3955a2be7b1e23e719c6bf9a454 Author: Guillermo Cruz <guillermo.c...@slashdotmedia.com> AuthorDate: Mon Jul 22 18:00:59 2024 +0000 [#8567] Upgrade pytest 8.1.1 -> 8.3.1 (OUTDATED! latest is: 8.2.2), and its deps: iniconfig,packaging,pluggy pytest 8.1.1 -> 8.3.1 (OUTDATED! latest is: 8.2.2) iniconfig 2.0.0 -> no upgrade packaging 24.0 -> 24.1 pluggy 1.4.0 -> 1.5.0 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 94871828f..f433fd77f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -116,7 +116,7 @@ oauthlib==3.2.2 # via # -r requirements.in # requests-oauthlib -packaging==24.0 +packaging==24.1 # via # gunicorn # pytest @@ -138,7 +138,7 @@ pillow==10.4.0 # via -r requirements.in platformdirs==4.2.0 # via virtualenv -pluggy==1.4.0 +pluggy==1.5.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==8.1.1 +pytest==8.3.1 # via # -r requirements.in # pytest-sugar