From db289b7fe1d9285c46dc7b5b7e1c9287ff00c78f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 06:40:27 +0000 Subject: [PATCH] Bump selenium from 4.11.2 to 4.19.0 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.11.2 to 4.19.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.19.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 11a4c52..0a26b86 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,7 @@ flaky==3.8.1 nbclassic==1.0.0 pre-commit==2.21.0 pytest==7.4.4 -selenium==4.11.2 +selenium==4.19.0 traitlets==5.9.0 wheel==0.42.0 # jupyterlab and jupyter_server are installed separately so we can test multiple versions