From 72ccec41bb4d6210ca8e2a7f10a477e1828b7008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 06:32:58 +0000 Subject: [PATCH] chore: bump selenium from 4.28.1 to 4.29.0 in /pytest-bdd-sample/harness Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.28.1 to 4.29.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.29.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pytest-bdd-sample/harness/poetry.lock | 8 ++++---- pytest-bdd-sample/harness/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pytest-bdd-sample/harness/poetry.lock b/pytest-bdd-sample/harness/poetry.lock index ef7f9f2..3b6d2d2 100644 --- a/pytest-bdd-sample/harness/poetry.lock +++ b/pytest-bdd-sample/harness/poetry.lock @@ -613,13 +613,13 @@ testing = ["filelock"] [[package]] name = "selenium" -version = "4.28.1" +version = "4.29.0" description = "Official Python bindings for Selenium WebDriver" optional = false python-versions = ">=3.9" files = [ - {file = "selenium-4.28.1-py3-none-any.whl", hash = "sha256:4238847e45e24e4472cfcf3554427512c7aab9443396435b1623ef406fff1cc1"}, - {file = "selenium-4.28.1.tar.gz", hash = "sha256:0072d08670d7ec32db901bd0107695a330cecac9f196e3afb3fa8163026e022a"}, + {file = "selenium-4.29.0-py3-none-any.whl", hash = "sha256:ce5d26f1ddc1111641113653af33694c13947dd36c2df09cdd33f554351d372e"}, + {file = "selenium-4.29.0.tar.gz", hash = "sha256:3a62f7ec33e669364a6c0562a701deb69745b569c50d55f1a912bf8eb33358ba"}, ] [package.dependencies] @@ -774,4 +774,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2b8f6a72aad7c5253961943b36e1aca1bb59000e0a8fd9491050534c82292a46" +content-hash = "6724e3328d21c574e1db3d250c13b36aa6204ceea1583e79a14880d46eb9b579" diff --git a/pytest-bdd-sample/harness/pyproject.toml b/pytest-bdd-sample/harness/pyproject.toml index 7785e41..d120fc5 100644 --- a/pytest-bdd-sample/harness/pyproject.toml +++ b/pytest-bdd-sample/harness/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.9" pytest = "^8.3.4" pytest-bdd = "^8.1.0" -selenium = "^4.28.1" +selenium = "^4.29.0" pyhamcrest = "^2.1.0" pytest-xdist = "^3.6.1" coverage = "^7.6.12"