Bump pytest-benchmark version (#11854)

New version is 3.9+
This commit is contained in:
Alex Gaynor 2024-10-29 09:47:59 -04:00 committed by GitHub
parent 5e36b56005
commit db814fb68a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -170,7 +170,9 @@ pytest==8.3.3 ; python_full_version >= '3.8'
# pytest-cov
# pytest-randomly
# pytest-xdist
pytest-benchmark==4.0.0
pytest-benchmark==4.0.0 ; python_full_version < '3.9'
# via cryptography (pyproject.toml)
pytest-benchmark==5.0.0 ; python_full_version >= '3.9'
# via cryptography (pyproject.toml)
pytest-cov==4.1.0 ; python_full_version < '3.8'
# via cryptography (pyproject.toml)