chore: Upgrade to newest selenium and other dependencies

This commit is contained in:
Alex Naidis 2025-07-11 18:40:17 +02:00
parent 3e51ac1188
commit 377e0e2306
No known key found for this signature in database
GPG Key ID: 683D907272288811
2 changed files with 9 additions and 9 deletions

View File

@ -1,13 +1,13 @@
bottle==0.12.25
waitress==3.0.1
selenium==4.15.2
bottle==0.13.4
waitress==3.0.2
selenium==4.34.2
func-timeout==4.3.5
prometheus-client==0.17.1
prometheus-client==0.22.1
# required by undetected_chromedriver
requests==2.32.4
certifi==2024.07.04
websockets==11.0.3
certifi==2025.7.9
websockets==15.0.1
# only required for linux and macos
xvfbwrapper==0.2.9; platform_system != "Windows"
xvfbwrapper==0.2.13; platform_system != "Windows"
# only required for windows
pefile==2023.2.7; platform_system == "Windows"
pefile==2024.8.26; platform_system == "Windows"

View File

@ -1 +1 @@
WebTest==3.0.0
WebTest==3.0.6