From 68bc1b12eb14880a136961dd814881df3b121f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:25:59 +0000 Subject: [PATCH] Bump selenium from 4.26.1 to 4.28.0 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.26.1 to 4.28.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.28.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1f32f8c..0ee1190 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "anyio" @@ -572,13 +572,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "selenium" -version = "4.26.1" +version = "4.28.0" description = "Official Python bindings for Selenium WebDriver" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "selenium-4.26.1-py3-none-any.whl", hash = "sha256:1db3f3a0cd5bb07624fa8a3905a6fdde1595a42185a0617077c361dc53d104fb"}, - {file = "selenium-4.26.1.tar.gz", hash = "sha256:7640f3f08ae7f4e450f895678e8a10a55eb4e4ca18311ed675ecc4684b96b683"}, + {file = "selenium-4.28.0-py3-none-any.whl", hash = "sha256:3d6a2e8e1b850a1078884ea19f4e011ecdc12263434d87a0b78769836fb82dd8"}, + {file = "selenium-4.28.0.tar.gz", hash = "sha256:a9fae6eef48d470a1b0c6e45185d96f0dafb025e8da4b346cc41e4da3ac54fa0"}, ] [package.dependencies] @@ -743,4 +743,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = ">3.11" -content-hash = "2b0fbb561629b20b6d4fa7d32a52541704ae8db4564dc68c9b6f5b1ebf4e788c" +content-hash = "414e39bc57f81037bff3d52a80fb42690059333c00770fca651ff05c815cafb4" diff --git a/pyproject.toml b/pyproject.toml index d778d32..fa5281f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = ">3.11" python-dotenv = "^1.0.1" python-telegram-bot = "^21.7" requests = "^2.32.3" -selenium = "^4.26.1" +selenium = "^4.28.0" types-requests = "^2.32.0.20241016" [tool.poetry.group.dev.dependencies]