From fc5964ab90d63373328308d9d15301a894220b20 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 7 Sep 2022 20:00:01 -0700 Subject: [PATCH] Update package versions Signed-off-by: Alex Forencich --- tox.ini | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/tox.ini b/tox.ini index 0fba1b4bd..a1f6a3e40 100644 --- a/tox.ini +++ b/tox.ini @@ -11,13 +11,14 @@ python = [testenv] deps = - pytest == 6.2.5 - pytest-xdist == 2.4.0 - pytest-split == 0.4.0 - cocotb == 1.6.1 - cocotb-test == 0.2.1 - cocotbext-axi == 0.1.16 - jinja2 == 3.0.3 + pytest == 7.1.3 + pytest-xdist == 2.5.0 + pytest-split == 0.8.0 + cocotb == 1.7.0 + cocotb-bus == 0.2.1 + cocotb-test == 0.2.2 + cocotbext-axi == 0.1.18 + jinja2 == 3.1.2 commands = pytest -n auto {posargs}