-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathdev.txt
51 lines (44 loc) · 1.88 KB
/
dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
-r pre-dev.txt
coverage==7.6.12; python_version>="3.9"
coverage==7.6.1; python_version<"3.9"
pytest-cov==6.0.0; python_version>="3.9"
pytest-cov==5.0.0; python_version<"3.9"
# 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.14.1
types-pywin32==308.0.0.20250128; python_version>="3.9"
types-pywin32==308.0.0.20241221; python_version<"3.9"
types-PyYAML==6.0.12.20241230
types-chevron==0.14.2.20250103
types-psutil==7.0.0.20250218
types-setuptools==75.8.0.20250210
types-Pygments==2.19.0.20250219
types-colorama==0.4.15.20240311
types-dateparser==1.2.0.20250208
types-docutils==0.21.0.20241128
types-jsonschema==4.23.0.20241208
types-pyOpenSSL==24.1.0.20240722
# lucashuy: pin `types-request` based on the Python version since newer versions of
# the types require a newer version of requests, which is only installed in newer versions of Python
types-requests==2.31.0.6; python_version<"3.10"
types-requests==2.32.0.20241016; python_version>="3.10"
types-urllib3==1.26.25.14
# Test requirements
pytest==8.3.4
parameterized==0.9.0
pytest-xdist==3.6.1
pytest-forked==1.6.0
pytest-timeout==2.3.1
pytest-rerunfailures==15.0; python_version>="3.9"
pytest-rerunfailures==14.0; python_version<"3.9"
# 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==3.1.1
# NOTE (lucashuy): `pytest-json-report` was updated to `pytest-json-report-wip` as the original repository does not seem to be maintained anymore, if `-wip` is updated, validate the changes
pytest-json-report-wip==1.5.1
filelock==3.17.0; python_version>="3.9"
filelock==3.16.1; python_version<"3.9"
# formatter
black==25.1.0; python_version>="3.9"
black==24.8.0; python_version<"3.9"
psutil==7.0.0