From e9da8526d2030eb5d54c28ff3289881a0b8e48ae Mon Sep 17 00:00:00 2001 From: "Alexander J. Pfleger" <70842573+AJPfleger@users.noreply.github.com> Date: Wed, 7 Feb 2024 23:28:22 +0100 Subject: [PATCH] chore: update pytest-check version (#2938) closes https://github.com/acts-project/acts/issues/2777 Seems like the problem with the summary was fixed. Now we get again a list of all fixed hashes. --- Examples/Python/tests/requirements.in | 2 +- Examples/Python/tests/requirements.txt | 18 ++++++++++------- .../Python/tests/requirements_ubuntu2004.in | 2 +- .../Python/tests/requirements_ubuntu2004.txt | 20 +++++++++++-------- 4 files changed, 25 insertions(+), 17 deletions(-) diff --git a/Examples/Python/tests/requirements.in b/Examples/Python/tests/requirements.in index 718b39c48c5..4ee9fbf3f1d 100644 --- a/Examples/Python/tests/requirements.in +++ b/Examples/Python/tests/requirements.in @@ -1,5 +1,5 @@ pytest -pytest-check==2.1.5 +pytest-check uproot awkward pytest-xdist diff --git a/Examples/Python/tests/requirements.txt b/Examples/Python/tests/requirements.txt index d7602a0a22f..c4067c4adf6 100644 --- a/Examples/Python/tests/requirements.txt +++ b/Examples/Python/tests/requirements.txt @@ -4,17 +4,21 @@ # # pip-compile Examples/Python/tests/requirements.in # -awkward==2.5.0 +awkward==2.6.1 # via # -r Examples/Python/tests/requirements.in # uproot -awkward-cpp==26 +awkward-cpp==29 # via awkward execnet==2.0.2 # via pytest-xdist +fsspec==2024.2.0 + # via + # awkward + # uproot iniconfig==2.0.0 # via pytest -numpy==1.26.2 +numpy==1.26.4 # via # awkward # awkward-cpp @@ -24,18 +28,18 @@ packaging==23.2 # awkward # pytest # uproot -pluggy==1.3.0 +pluggy==1.4.0 # via pytest -pytest==7.4.3 +pytest==8.0.0 # via # -r Examples/Python/tests/requirements.in # pytest-check # pytest-xdist -pytest-check==2.1.5 +pytest-check==2.3.1 # via -r Examples/Python/tests/requirements.in pytest-xdist==3.5.0 # via -r Examples/Python/tests/requirements.in pyyaml==6.0.1 # via -r Examples/Python/tests/requirements.in -uproot==5.1.2 +uproot==5.2.2 # via -r Examples/Python/tests/requirements.in diff --git a/Examples/Python/tests/requirements_ubuntu2004.in b/Examples/Python/tests/requirements_ubuntu2004.in index 1e4c32db4c1..86f307d37e4 100644 --- a/Examples/Python/tests/requirements_ubuntu2004.in +++ b/Examples/Python/tests/requirements_ubuntu2004.in @@ -3,7 +3,7 @@ numpy==1.24.4 pytest -pytest-check==2.1.5 +pytest-check uproot awkward pyyaml diff --git a/Examples/Python/tests/requirements_ubuntu2004.txt b/Examples/Python/tests/requirements_ubuntu2004.txt index dbb6b4f978b..04521b16770 100644 --- a/Examples/Python/tests/requirements_ubuntu2004.txt +++ b/Examples/Python/tests/requirements_ubuntu2004.txt @@ -4,15 +4,19 @@ # # pip-compile Examples/Python/tests/requirements_ubuntu2004.in # -awkward==2.5.0 +awkward==2.6.1 # via # -r Examples/Python/tests/requirements_ubuntu2004.in # uproot -awkward-cpp==26 +awkward-cpp==29 # via awkward exceptiongroup==1.2.0 # via pytest -importlib-metadata==7.0.0 +fsspec==2024.2.0 + # via + # awkward + # uproot +importlib-metadata==7.0.1 # via awkward iniconfig==2.0.0 # via pytest @@ -27,23 +31,23 @@ packaging==23.2 # awkward # pytest # uproot -pluggy==1.3.0 +pluggy==1.4.0 # via pytest -pytest==7.4.3 +pytest==8.0.0 # via # -r Examples/Python/tests/requirements_ubuntu2004.in # pytest-check -pytest-check==2.1.5 +pytest-check==2.3.1 # via -r Examples/Python/tests/requirements_ubuntu2004.in pyyaml==6.0.1 # via -r Examples/Python/tests/requirements_ubuntu2004.in tomli==2.0.1 # via pytest -typing-extensions==4.8.0 +typing-extensions==4.9.0 # via # awkward # uproot -uproot==5.1.2 +uproot==5.2.2 # via -r Examples/Python/tests/requirements_ubuntu2004.in zipp==3.17.0 # via importlib-metadata