diff --git a/yui/utils/http.py b/yui/utils/http.py index 3f7c72d..ab2e378 100644 --- a/yui/utils/http.py +++ b/yui/utils/http.py @@ -2,5 +2,5 @@ # https://www.whatismybrowser.com/guides/the-latest-user-agent/chrome USER_AGENT: Final[str] = ( - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" )