@@ -15,7 +15,7 @@ fasteners>=0.20
15
15
mycdp >= 1.2.0
16
16
pynose >= 1.5.4
17
17
platformdirs >= 4.3.6 ;python_version < "3.9"
18
- platformdirs >= 4.3.8 ;python_version >= "3.9"
18
+ platformdirs >= 4.4.0 ;python_version >= "3.9"
19
19
typing-extensions >= 4.13.2
20
20
sbvirtualdisplay >= 1.4.0
21
21
MarkupSafe == 2.1.5 ;python_version < "3.9"
@@ -35,7 +35,8 @@ chardet==5.2.0
35
35
charset-normalizer >= 3.4.3 ,< 4
36
36
urllib3 >= 1.26.20 ,< 2 ;python_version < "3.10"
37
37
urllib3 >= 1.26.20 ,< 2.6.0 ;python_version >= "3.10"
38
- requests == 2.32.4
38
+ requests == 2.32.4 ;python_version < "3.9"
39
+ requests >= 2.32.5 ,< 2.33 ;python_version >= "3.9"
39
40
sniffio == 1.3.1
40
41
h11 == 0.16.0
41
42
outcome == 1.3.0.post0
@@ -66,7 +67,7 @@ pytest-xdist==3.8.0;python_version>="3.9"
66
67
parameterized == 0.9.0
67
68
behave == 1.2.6
68
69
soupsieve == 2.7
69
- beautifulsoup4 == 4.13.4
70
+ beautifulsoup4 >= 4.13.5 , < 4.14
70
71
pyotp == 2.9.0
71
72
python-xlib == 0.33 ;platform_system == "Linux"
72
73
markdown-it-py == 3.0.0 ;python_version < "3.10"
@@ -78,7 +79,7 @@ rich>=14.1.0,<15
78
79
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
79
80
80
81
coverage >= 7.6.1 ;python_version < "3.9"
81
- coverage >= 7.10.4 ;python_version >= "3.9"
82
+ coverage >= 7.10.5 ;python_version >= "3.9"
82
83
pytest-cov >= 5.0.0 ;python_version < "3.9"
83
84
pytest-cov >= 6.2.1 ;python_version >= "3.9"
84
85
flake8 == 5.0.4 ;python_version < "3.9"
0 commit comments