-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathdev.txt
More file actions
51 lines (44 loc) · 1.89 KB
/
dev.txt
File metadata and controls
51 lines (44 loc) · 1.89 KB
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.10.7; python_version>="3.9"
coverage==7.6.1; python_version<"3.9"
pytest-cov==7.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.18.2
types-pywin32==311.0.0.20251008; python_version>="3.9"
types-pywin32==308.0.0.20241221; python_version<"3.9"
types-PyYAML==6.0.12.20250915
types-chevron==0.14.2.20250103
types-psutil==7.0.0.20251001
types-setuptools==80.9.0.20250822
types-Pygments==2.19.0.20250809
types-colorama==0.4.15.20250801
types-dateparser==1.2.2.20250809
types-docutils==0.22.2.20251006
types-jsonschema==4.25.1.20251009
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.4.20250913; python_version>="3.10"
types-urllib3==1.26.25.14
# Test requirements
pytest==8.4.1
parameterized==0.9.0
pytest-xdist==3.8.0
pytest-forked==1.6.0
pytest-timeout==2.4.0
pytest-rerunfailures==16.1; python_version>="3.10"
pytest-rerunfailures==16.0.1; python_version<"3.10"
# 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.20.0; python_version>="3.10"
filelock==3.19.1; python_version<"3.10"
# formatter
black==25.11.0; python_version>="3.9"
black==24.8.0; python_version<"3.9"
psutil==7.1.1