From c4e7e1010c282e02e5aa1c412386edd325077a67 Mon Sep 17 00:00:00 2001 From: Viet Nguyen Duc Date: Wed, 6 Dec 2023 21:12:50 +0530 Subject: [PATCH] Update to Selenium 4.16.0 [deploy] Signed-off-by: Viet Nguyen Duc --- Makefile | 4 ++-- tests/bootstrap.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c55575025..874a9b89b 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ NAME := $(or $(NAME),$(NAME),selenium) CURRENT_DATE := $(shell date '+%Y%m%d') BUILD_DATE := $(or $(BUILD_DATE),$(BUILD_DATE),$(CURRENT_DATE)) -VERSION := $(or $(VERSION),$(VERSION),4.15.0) -BASE_VERSION := $(or $(BASE_VERSION),$(BASE_VERSION),4.15.0) +VERSION := $(or $(VERSION),$(VERSION),4.16.0) +BASE_VERSION := $(or $(BASE_VERSION),$(BASE_VERSION),4.16.0) BASE_RELEASE := $(or $(BASE_RELEASE),$(BASE_RELEASE),selenium-$(BASE_VERSION)) TAG_VERSION := $(VERSION)-$(BUILD_DATE) NAMESPACE := $(or $(NAMESPACE),$(NAMESPACE),$(NAME)) diff --git a/tests/bootstrap.sh b/tests/bootstrap.sh index a210862fa..7ce7b8cf4 100755 --- a/tests/bootstrap.sh +++ b/tests/bootstrap.sh @@ -7,7 +7,7 @@ if [ "${CI:-false}" = "false" ]; then source docker-selenium-tests/bin/activate fi -python -m pip install selenium==4.15.0 \ +python -m pip install selenium==4.16.0 \ docker===6.1.3 \ | grep -v 'Requirement already satisfied'