diff --git a/setup.py b/setup.py index 1bf3d8a..914ac46 100644 --- a/setup.py +++ b/setup.py @@ -117,7 +117,7 @@ def importVersion(): 'pyyaml==5.4', 'toil-lib==1.1.8'], tests_require=[ - 'pytest==2.8.3'], + 'pytest==9.0.3'], entry_points={ 'console_scripts': [ 'bdg-adam = bdgenomics.workflows.adam_pipeline.preprocessing:main',