Skip to content

Commit 7dff76d

Browse files
authored
Merge pull request #1894 from seleniumbase/refresh-python-dependencies
Refresh Python dependencies
2 parents c42d0e4 + 95a8941 commit 7dff76d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ h11==0.14.0;python_version>="3.7"
4343
outcome==1.2.0;python_version>="3.7"
4444
trio==0.22.0;python_version>="3.7"
4545
trio-websocket==0.10.2;python_version>="3.7"
46-
pyopenssl==23.1.1;python_version>="3.7"
46+
pyopenssl==23.2.0;python_version>="3.7"
4747
wsproto==1.2.0;python_version>="3.7"
4848
selenium==3.141.0;python_version<"3.7"
4949
selenium==4.9.1;python_version>="3.7"
@@ -78,7 +78,7 @@ soupsieve==2.3.2.post1;python_version<"3.7"
7878
soupsieve==2.4.1;python_version>="3.7"
7979
beautifulsoup4==4.12.2
8080
cryptography==36.0.2;python_version<"3.7"
81-
cryptography==40.0.2;python_version>="3.7"
81+
cryptography==41.0.1;python_version>="3.7"
8282
pygments==2.14.0;python_version<"3.7"
8383
pygments==2.15.1;python_version>="3.7"
8484
pyreadline3==3.4.1;platform_system=="Windows"
@@ -99,7 +99,7 @@ commonmark==0.9.1;python_version<"3.7"
9999
markdown-it-py==2.2.0;python_version>="3.7"
100100
mdurl==0.1.2;python_version>="3.7"
101101
rich==12.6.0;python_version<"3.7"
102-
rich==13.3.5;python_version>="3.7"
102+
rich==13.4.1;python_version>="3.7"
103103

104104
# --- Testing Requirements --- #
105105
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)

seleniumbase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "4.14.11"
2+
__version__ = "4.14.12"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
'outcome==1.2.0;python_version>="3.7"',
168168
'trio==0.22.0;python_version>="3.7"',
169169
'trio-websocket==0.10.2;python_version>="3.7"',
170-
'pyopenssl==23.1.1;python_version>="3.7"',
170+
'pyopenssl==23.2.0;python_version>="3.7"',
171171
'wsproto==1.2.0;python_version>="3.7"',
172172
'selenium==3.141.0;python_version<"3.7"',
173173
'selenium==4.9.1;python_version>="3.7"',
@@ -202,7 +202,7 @@
202202
'soupsieve==2.4.1;python_version>="3.7"',
203203
"beautifulsoup4==4.12.2",
204204
'cryptography==36.0.2;python_version<"3.7"',
205-
'cryptography==40.0.2;python_version>="3.7"',
205+
'cryptography==41.0.1;python_version>="3.7"',
206206
'pygments==2.14.0;python_version<"3.7"',
207207
'pygments==2.15.1;python_version>="3.7"',
208208
'pyreadline3==3.4.1;platform_system=="Windows"',
@@ -223,7 +223,7 @@
223223
'markdown-it-py==2.2.0;python_version>="3.7"', # For new "rich"
224224
'mdurl==0.1.2;python_version>="3.7"', # For new "rich"
225225
'rich==12.6.0;python_version<"3.7"',
226-
'rich==13.3.5;python_version>="3.7"',
226+
'rich==13.4.1;python_version>="3.7"',
227227
],
228228
extras_require={
229229
# pip install -e .[allure]

0 commit comments

Comments
 (0)