From cd0251e70ad133009815cc8349dcde84e2caff07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 12:44:22 +0000 Subject: [PATCH] chore(deps): bump the python-packages group with 2 updates Bumps the python-packages group with 2 updates: [playwright](https://github.com/microsoft/playwright-python) and [build](https://github.com/pypa/build). Updates `playwright` from 1.57.0 to 1.58.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.57.0...v1.58.0) Updates `build` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.3.0...1.4.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.58.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: build dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8961b91..4049f59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ license-files = ["LICENSE"] dependencies = [ "bs4==0.0.2", "DateTime==5.5", - "playwright==1.57.0", + "playwright==1.58.0", "PyGithub==2.8.1", "python-semantic-release==10.5.3", ] @@ -66,7 +66,7 @@ test = [ "requests-mock==1.12.1", ] dev = [ - "build==1.3.0", + "build==1.4.0", "bandit==1.8.6", "pipdeptree==2.28.0", "pylint==3.3.9", diff --git a/requirements.txt b/requirements.txt index c43ca15..9810b82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bandit==1.8.6 bs4==0.0.2 -build==1.3.0 +build==1.4.0 DateTime==5.5 mkdocs-git-revision-date-localized-plugin==1.5.0 mkdocs-material==9.7.1 @@ -8,7 +8,7 @@ mkdocs-mermaid2-plugin==1.2.3 mkdocs-minify-plugin==0.8.0 mkdocstrings-python==1.18.2 pipdeptree==2.28.0 -playwright==1.57.0 +playwright==1.58.0 PyGithub==2.8.1 pylint==3.3.9 pytest-asyncio==1.2.0