From 1ef54c26d864931b4bc0bd533977b12a9fbcaa10 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 7 Jun 2026 10:38:28 -0700 Subject: [PATCH] chore: bump upstream-requirements-py311 pytest version we'd like this for cryptography's CI --- test/upstream-requirements-py311.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/upstream-requirements-py311.txt b/test/upstream-requirements-py311.txt index 16ae4654a..c29adb546 100644 --- a/test/upstream-requirements-py311.txt +++ b/test/upstream-requirements-py311.txt @@ -8,13 +8,14 @@ iniconfig==2.0.0 jmespath==1.0.1 mock==4.0.3 packaging==23.0 -pluggy==1.0.0 +pluggy==1.6.0 pycparser==2.21 -pytest==7.2.0 -pytest-cov==3.0.0 +pytest==8.0.0 +pytest-cov==4.0.0 pytest-mock==3.6.1 python-dateutil==2.8.2 s3transfer==0.6.0 six==1.16.0 +tomli==2.4.1 urllib3==1.26.18 wrapt==1.14.1