Bump dependencies, Chrome, and some other general fixes (#1607)

Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
This commit is contained in:
flower
2025-11-05 01:49:32 +03:00
committed by GitHub
parent 8a8b9415c3
commit 8d72617219
10 changed files with 18 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
bottle==0.13.4
waitress==3.0.2
selenium==4.36.0
selenium==4.38.0
func-timeout==4.3.5
prometheus-client==0.23.1
# Required by undetected_chromedriver
@@ -9,6 +9,6 @@ certifi==2025.10.5
websockets==15.0.1
packaging==25.0
# Only required for Linux and macOS
xvfbwrapper==0.2.14; platform_system != "Windows"
xvfbwrapper==0.2.15; platform_system != "Windows"
# Only required for Windows
pefile==2024.8.26; platform_system == "Windows"