From 2359baf6b5e42d9cefd47a70a42edeeeff1f4500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 06:08:17 +0000 Subject: [PATCH] Bump selenium from 4.11.2 to 4.17.2 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.11.2 to 4.17.2. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits) --- 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 a799df2..e4600a5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,7 @@ flaky==3.7.0 nbclassic==1.0.0 pre-commit==2.21.0 pytest==7.4.4 -selenium==4.11.2 +selenium==4.17.2 traitlets==5.9.0 wheel==0.42.0 # jupyterlab and jupyter_server are installed separately so we can test multiple versions