From d6be3e123f1a7d5b4f166af6fefd049e3a8763f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:08:38 +0000 Subject: [PATCH] deps: bump the minor-and-patch group with 3 updates Bumps the minor-and-patch group with 3 updates: [requests](https://github.com/psf/requests), [selenium](https://github.com/SeleniumHQ/Selenium) and [playwright](https://github.com/microsoft/playwright-python). Updates `requests` from 2.34.0 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.34.0...v2.34.2) Updates `selenium` from 4.43.0 to 4.44.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.43.0...selenium-4.44.0) Updates `playwright` from 1.59.0 to 1.60.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.59.0...v1.60.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: selenium dependency-version: 4.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: playwright dependency-version: 1.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 96ef2fe..62f9466 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.14.3 -requests==2.34.0 +requests==2.34.2 requests-cache==1.3.2 -selenium==4.43.0 +selenium==4.44.0 lxml -playwright==1.59.0 +playwright==1.60.0