open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.66k stars 568 forks source link

requirements: bump pytest to 7.4.4 #3960

Closed xrmx closed 3 weeks ago

xrmx commented 3 weeks ago

Description

So we can drop the py dependency. Upgrading to 8.x will require bumping pytest-benchmark too.

Update done with the following sed invocation over the various requirements files:

sed -i -e '/attrs==23.2.0/d' -e '/py==1.11.0/d' -e 's/packaging==23.2/packaging==24.0/' -e 's/pluggy==1.4.0/pluggy==1.5.0/' -e 's/pytest==7.1.3/pytest==7.4.4/'

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Does This PR Require a Contrib Repo Change?

Checklist: