This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8522 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 2ba34fba3999461539b4b92a75b4f7999071305b Author: Guillermo Cruz <[email protected]> AuthorDate: Mon Oct 16 17:36:09 2023 +0000 [#8522] Upgrade pytest 7.4.0 -> 7.4.2, and its deps: iniconfig,packaging,pluggy pytest 7.4.0 -> 7.4.2 iniconfig 2.0.0 -> no upgrade packaging 23.1 -> 23.2 pluggy 1.2.0 -> 1.3.0 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 836a337f8..89e95acd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -106,7 +106,7 @@ oauthlib==3.2.2 # via # -r requirements.in # requests-oauthlib -packaging==23.1 +packaging==23.2 # via # gunicorn # pytest @@ -128,7 +128,7 @@ pillow==10.1.0 # via -r requirements.in platformdirs==3.10.0 # via virtualenv -pluggy==1.2.0 +pluggy==1.3.0 # via pytest pre-commit==3.4.0 # via -r requirements.in @@ -149,7 +149,7 @@ pypng==0.20220715.0 # via qrcode pysolr==3.9.0 # via -r requirements.in -pytest==7.4.0 +pytest==7.4.2 # via # -r requirements.in # pytest-sugar
