From 7e7b9fd631a03c9e5bbee966614c2724c728f6ca Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Sat, 17 Feb 2024 10:15:22 -0500 Subject: [PATCH 1/2] Refresh Python dependencies --- requirements.txt | 2 +- setup.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 97bfbf5f14f..b08878a455a 100755 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ pluggy==1.2.0;python_version<"3.8" pluggy==1.4.0;python_version>="3.8" py==1.11.0 pytest==7.4.4;python_version<"3.8" -pytest==8.0.0;python_version>="3.8" +pytest==8.0.1;python_version>="3.8" pytest-html==2.0.1 pytest-metadata==3.0.0;python_version<"3.8" pytest-metadata==3.1.1;python_version>="3.8" diff --git a/setup.py b/setup.py index 47c81c58863..36c9dee8dfe 100755 --- a/setup.py +++ b/setup.py @@ -126,6 +126,7 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP :: Browsers", "Topic :: Scientific/Engineering", @@ -186,7 +187,7 @@ 'pluggy==1.4.0;python_version>="3.8"', "py==1.11.0", 'pytest==7.4.4;python_version<"3.8"', - 'pytest==8.0.0;python_version>="3.8"', + 'pytest==8.0.1;python_version>="3.8"', "pytest-html==2.0.1", # Newer ones had issues 'pytest-metadata==3.0.0;python_version<"3.8"', 'pytest-metadata==3.1.1;python_version>="3.8"', @@ -250,7 +251,7 @@ 'pdfminer.six==20221105;python_version<"3.8"', 'pdfminer.six==20231228;python_version>="3.8"', 'cryptography==39.0.2;python_version<"3.9"', - 'cryptography==42.0.2;python_version>="3.9"', + 'cryptography==42.0.3;python_version>="3.9"', 'cffi==1.15.1;python_version<"3.8"', 'cffi==1.16.0;python_version>="3.8"', "pycparser==2.21", From fa09357f813ded77afb2ce7efa49d61a6f006fcf Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Sat, 17 Feb 2024 10:16:14 -0500 Subject: [PATCH 2/2] Version 4.23.5 --- seleniumbase/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seleniumbase/__version__.py b/seleniumbase/__version__.py index 361c8bdcbf2..2d065dc3d14 100755 --- a/seleniumbase/__version__.py +++ b/seleniumbase/__version__.py @@ -1,2 +1,2 @@ # seleniumbase package -__version__ = "4.23.4" +__version__ = "4.23.5"