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/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" 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",