From 4506aa8fceddeb4c578530a28a5d03c9541d03ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:08:20 +0100 Subject: [PATCH] Bump selenium from 4.16.0 to 4.17.2 (#808) Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.16.0 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- testproject/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testproject/requirements_test.txt b/testproject/requirements_test.txt index 7018d7e8..87f38108 100644 --- a/testproject/requirements_test.txt +++ b/testproject/requirements_test.txt @@ -3,5 +3,5 @@ moto==4.2.13 Flask==3.0.1 flask-cors==4.0.0 psycopg2-binary==2.9.9 -selenium==4.16.0 +selenium==4.17.2 Werkzeug==3.0.1