@@ -15,7 +15,7 @@ fasteners>=0.20
1515mycdp >= 1.2.0
1616pynose >= 1.5.4
1717platformdirs >= 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"
1919typing-extensions >= 4.13.2
2020sbvirtualdisplay >= 1.4.0
2121MarkupSafe == 2.1.5 ;python_version < "3.9"
@@ -35,7 +35,8 @@ chardet==5.2.0
3535charset-normalizer >= 3.4.3 ,< 4
3636urllib3 >= 1.26.20 ,< 2 ;python_version < "3.10"
3737urllib3 >= 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"
3940sniffio == 1.3.1
4041h11 == 0.16.0
4142outcome == 1.3.0.post0
@@ -66,7 +67,7 @@ pytest-xdist==3.8.0;python_version>="3.9"
6667parameterized == 0.9.0
6768behave == 1.2.6
6869soupsieve == 2.7
69- beautifulsoup4 == 4.13.4
70+ beautifulsoup4 >= 4.13.5 , < 4.14
7071pyotp == 2.9.0
7172python-xlib == 0.33 ;platform_system == "Linux"
7273markdown-it-py == 3.0.0 ;python_version < "3.10"
@@ -78,7 +79,7 @@ rich>=14.1.0,<15
7879# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7980
8081coverage >= 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"
8283pytest-cov >= 5.0.0 ;python_version < "3.9"
8384pytest-cov >= 6.2.1 ;python_version >= "3.9"
8485flake8 == 5.0.4 ;python_version < "3.9"
0 commit comments