From 12235612ae00bb447347c6cb89cb480c7032b0a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 05:11:44 +0000 Subject: [PATCH] chore(deps): bump the pip group with 4 updates Bumps the pip group with 4 updates: [selenium](https://github.com/SeleniumHQ/Selenium), [semver](https://github.com/python-semver/python-semver), [pytest](https://github.com/pytest-dev/pytest) and [urllib3](https://github.com/urllib3/urllib3). Updates `selenium` from 4.16.0 to 4.32.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.16.0...selenium-4.32.0) Updates `semver` from 3.0.2 to 3.0.4 - [Release notes](https://github.com/python-semver/python-semver/releases) - [Changelog](https://github.com/python-semver/python-semver/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-semver/python-semver/compare/3.0.2...3.0.4) Updates `pytest` from 7.4.3 to 8.3.5 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.3...8.3.5) Updates `urllib3` from 2.2.1 to 2.4.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.4.0) --- updated-dependencies: - dependency-name: selenium dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: semver dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: urllib3 dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index eadca1b..3a7cd96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -selenium == 4.16.0 -semver == 3.0.2 -pytest == 7.4.3 -urllib3 == 2.2.1 +selenium == 4.33.0 +semver == 3.0.4 +pytest == 8.3.5 +urllib3 == 2.4.0