From 8a1e80a930501f2442cb87d7b230184a4dff0686 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Fri, 2 Jun 2023 12:53:10 -0400 Subject: [PATCH 1/2] Refresh Python dependencies --- requirements.txt | 6 +++--- setup.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7e1b54f3ae9..8dfd7420af1 100755 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ h11==0.14.0;python_version>="3.7" outcome==1.2.0;python_version>="3.7" trio==0.22.0;python_version>="3.7" trio-websocket==0.10.2;python_version>="3.7" -pyopenssl==23.1.1;python_version>="3.7" +pyopenssl==23.2.0;python_version>="3.7" wsproto==1.2.0;python_version>="3.7" selenium==3.141.0;python_version<"3.7" selenium==4.9.1;python_version>="3.7" @@ -78,7 +78,7 @@ soupsieve==2.3.2.post1;python_version<"3.7" soupsieve==2.4.1;python_version>="3.7" beautifulsoup4==4.12.2 cryptography==36.0.2;python_version<"3.7" -cryptography==40.0.2;python_version>="3.7" +cryptography==41.0.1;python_version>="3.7" pygments==2.14.0;python_version<"3.7" pygments==2.15.1;python_version>="3.7" pyreadline3==3.4.1;platform_system=="Windows" @@ -99,7 +99,7 @@ commonmark==0.9.1;python_version<"3.7" markdown-it-py==2.2.0;python_version>="3.7" mdurl==0.1.2;python_version>="3.7" rich==12.6.0;python_version<"3.7" -rich==13.3.5;python_version>="3.7" +rich==13.4.1;python_version>="3.7" # --- Testing Requirements --- # # ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.) diff --git a/setup.py b/setup.py index 2752fe77132..2f658ec1bd2 100755 --- a/setup.py +++ b/setup.py @@ -167,7 +167,7 @@ 'outcome==1.2.0;python_version>="3.7"', 'trio==0.22.0;python_version>="3.7"', 'trio-websocket==0.10.2;python_version>="3.7"', - 'pyopenssl==23.1.1;python_version>="3.7"', + 'pyopenssl==23.2.0;python_version>="3.7"', 'wsproto==1.2.0;python_version>="3.7"', 'selenium==3.141.0;python_version<"3.7"', 'selenium==4.9.1;python_version>="3.7"', @@ -202,7 +202,7 @@ 'soupsieve==2.4.1;python_version>="3.7"', "beautifulsoup4==4.12.2", 'cryptography==36.0.2;python_version<"3.7"', - 'cryptography==40.0.2;python_version>="3.7"', + 'cryptography==41.0.1;python_version>="3.7"', 'pygments==2.14.0;python_version<"3.7"', 'pygments==2.15.1;python_version>="3.7"', 'pyreadline3==3.4.1;platform_system=="Windows"', @@ -223,7 +223,7 @@ 'markdown-it-py==2.2.0;python_version>="3.7"', # For new "rich" 'mdurl==0.1.2;python_version>="3.7"', # For new "rich" 'rich==12.6.0;python_version<"3.7"', - 'rich==13.3.5;python_version>="3.7"', + 'rich==13.4.1;python_version>="3.7"', ], extras_require={ # pip install -e .[allure] From 95a89413611fe1288ee49f6273fbe37658aa01df Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Fri, 2 Jun 2023 12:53:29 -0400 Subject: [PATCH 2/2] Version 4.14.12 --- seleniumbase/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seleniumbase/__version__.py b/seleniumbase/__version__.py index 40d7b9040d5..8235ef94a04 100755 --- a/seleniumbase/__version__.py +++ b/seleniumbase/__version__.py @@ -1,2 +1,2 @@ # seleniumbase package -__version__ = "4.14.11" +__version__ = "4.14.12"