From dc5e7f3ef0ea6a081183b9ff2752f19b94cc63bc Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 07:04:51 +0000 Subject: [PATCH 1/2] pipup: 5 dependencies updated in requirements.txt * beautifulsoup4: 4.13.3 -> 4.14.3 * click: 8.1.8 -> 8.3.1 * lxml: 5.3.0 -> 6.0.2 * requests: 2.32.3 -> 2.32.5 * selenium: 4.28.1 -> 4.40.0 --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index bf18793..5157860 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -click==8.1.8 -requests==2.32.3 -lxml==5.3.0 -selenium==4.28.1 -beautifulsoup4==4.13.3 +click==8.3.1 +requests==2.32.5 +lxml==6.0.2 +selenium==4.40.0 +beautifulsoup4==4.14.3 From b5854f337d0628de00a05441fde309b14d8c9af4 Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 07:04:53 +0000 Subject: [PATCH 2/2] pipup: 10 dependencies updated in requirements-dev.txt * bandit: 1.8.2 -> 1.9.3 * black: 25.1.0 -> 26.1.0 * mypy: 1.15.0 -> 1.19.1 * pytest: 8.3.4 -> 9.0.2 * ruff: 0.9.4 -> 0.14.14 * tox: 4.24.1 -> 4.34.1 * tox-current-env: 0.0.14 -> 0.0.16 * types-beautifulsoup4: 4.12.0.20250204 -> 4.12.0.20250516 * types-requests: 2.32.0.20241016 -> 2.32.4.20260107 * types-setuptools: 75.8.0.20250110 -> 80.10.0.20260124 --- requirements-dev.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 347614f..655c2a1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,12 +1,12 @@ -tox==4.24.1 -tox-current-env==0.0.14 -pytest==8.3.4 +tox==4.34.1 +tox-current-env==0.0.16 +pytest==9.0.2 pylama==8.4.1 -black==25.1.0 -ruff==0.9.4 -bandit==1.8.2 -mypy==1.15.0 -types-requests==2.32.0.20241016 -types-setuptools==75.8.0.20250110 -types-beautifulsoup4==4.12.0.20250204 +black==26.1.0 +ruff==0.14.14 +bandit==1.9.3 +mypy==1.19.1 +types-requests==2.32.4.20260107 +types-setuptools==80.10.0.20260124 +types-beautifulsoup4==4.12.0.20250516 types-selenium==3.141.9