-r pre-dev.txt

coverage==7.2.7; python_version < "3.8"
coverage==7.3.1; python_version >= "3.8"
pytest-cov==4.1.0


# type checking and related stubs
# mypy adds new rules in new minor versions, which could cause our PR check to fail
# here we fix its version and upgrade it manually in the future
mypy==1.4.1; python_version < "3.8"
mypy==1.5.1; python_version >= "3.8"
types-pywin32==306.0.0.4
types-PyYAML==6.0.12.11
types-chevron==0.14.2.5
types-psutil==5.9.5.16
types-setuptools==68.2.0.0
types-Pygments==2.16.0.0 
types-colorama==0.4.15.12
types-dateparser==1.1.4.10
types-docutils==0.20.0.3
types-jsonschema==4.17.0.10
types-pyOpenSSL==23.2.0.2
types-requests==2.31.0.2
types-urllib3==1.26.25.14

# Test requirements
pytest~=7.4.2
parameterized==0.9.0
pytest-xdist==3.3.1
pytest-forked==1.6.0
pytest-timeout==2.1.0
pytest-rerunfailures==12.0
# NOTE (hawflau): DO NOT upgrade pytest-metadata and pytest-json-report unless pytest-json-report addresses https://github.com/numirias/pytest-json-report/issues/89
pytest-metadata==2.0.4
pytest-json-report==1.5.0
filelock==3.12.2; python_version < "3.8"
filelock==3.12.4; python_version >= "3.8"

# formatter
black==22.6.0; python_version < "3.8"
black==23.9.1; python_version >= "3.8"
psutil==5.9.5
