From 3c5fd78cfdf0f95108f2e8a3ef650feba5b41546 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Tue, 10 Feb 2026 23:56:13 -0500 Subject: [PATCH 1/2] Refresh Python dependencies --- mkdocs_build/requirements.txt | 2 +- requirements.txt | 8 ++++---- setup.py | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/mkdocs_build/requirements.txt b/mkdocs_build/requirements.txt index f041ea08401..03aeb3fe949 100644 --- a/mkdocs_build/requirements.txt +++ b/mkdocs_build/requirements.txt @@ -5,7 +5,7 @@ regex>=2026.1.15 pymdown-extensions>=10.20.1 pipdeptree>=2.30.0 python-dateutil>=2.8.2 -Markdown==3.10.1 +Markdown==3.10.2 click==8.3.1 ghp-import==2.1.0 watchdog==6.0.0 diff --git a/requirements.txt b/requirements.txt index 4e27b61318d..8b413636dfd 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -pip>=26.0 +pip>=26.0.1 packaging>=26.0 setuptools~=70.2;python_version<"3.10" -setuptools>=80.10.2;python_version>="3.10" +setuptools>=82.0.0;python_version>="3.10" wheel>=0.46.3 attrs>=25.4.0 certifi>=2026.1.4 @@ -20,7 +20,7 @@ sbvirtualdisplay>=1.4.0 MarkupSafe>=3.0.3 Jinja2>=3.1.6 six>=1.17.0 -parse>=1.20.2 +parse>=1.21.0 parse-type>=0.6.6 colorama>=0.4.6 pyyaml>=6.0.3 @@ -78,7 +78,7 @@ rich>=14.3.2,<15 # ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.) coverage>=7.10.7;python_version<"3.10" -coverage>=7.13.2;python_version>="3.10" +coverage>=7.13.4;python_version>="3.10" pytest-cov>=7.0.0 flake8==7.3.0 mccabe==0.7.0 diff --git a/setup.py b/setup.py index c3d3977e188..0a86a2b171a 100755 --- a/setup.py +++ b/setup.py @@ -146,10 +146,10 @@ ], python_requires=">=3.9", install_requires=[ - 'pip>=26.0', + 'pip>=26.0.1', 'packaging>=26.0', 'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues - 'setuptools>=80.10.2;python_version>="3.10"', + 'setuptools>=82.0.0;python_version>="3.10"', 'wheel>=0.46.3', 'attrs>=25.4.0', 'certifi>=2026.1.4', @@ -168,7 +168,7 @@ 'MarkupSafe>=3.0.3', "Jinja2>=3.1.6", "six>=1.17.0", - 'parse>=1.20.2', + 'parse>=1.21.0', 'parse-type>=0.6.6', 'colorama>=0.4.6', 'pyyaml>=6.0.3', @@ -235,7 +235,7 @@ # Usage: coverage run -m pytest; coverage html; coverage report "coverage": [ 'coverage>=7.10.7;python_version<"3.10"', - 'coverage>=7.13.2;python_version>="3.10"', + 'coverage>=7.13.4;python_version>="3.10"', 'pytest-cov>=7.0.0', ], # pip install -e .[flake8] @@ -262,7 +262,7 @@ "pdfminer": [ 'pdfminer.six==20251107;python_version<"3.10"', 'pdfminer.six==20260107;python_version>="3.10"', - 'cryptography==46.0.4', + 'cryptography==46.0.5', 'cffi==2.0.0', 'pycparser==2.23;python_version<"3.10"', 'pycparser==3.0;python_version>="3.10"', @@ -271,7 +271,7 @@ # (An optional library for image-processing.) "pillow": [ 'Pillow>=11.3.0;python_version<"3.10"', - 'Pillow>=12.1.0;python_version>="3.10"', + 'Pillow>=12.1.1;python_version>="3.10"', ], # pip install -e .[pip-system-certs] # (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.) From 8b2a10c79094509c1e655c598553c29a0ef69934 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Tue, 10 Feb 2026 23:56:30 -0500 Subject: [PATCH 2/2] Version 4.46.5 --- seleniumbase/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seleniumbase/__version__.py b/seleniumbase/__version__.py index 9f38cae2309..0b9485d0a69 100755 --- a/seleniumbase/__version__.py +++ b/seleniumbase/__version__.py @@ -1,2 +1,2 @@ # seleniumbase package -__version__ = "4.46.4" +__version__ = "4.46.5"