Skip to content

Commit b7c5b6c

Browse files
committed
Refresh Python dependencies
1 parent aa5ecd9 commit b7c5b6c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ attrs>=22.2.0;python_version>="3.7"
1717
PyYAML>=6.0
1818
certifi>=2022.12.7
1919
filelock>=3.4.1;python_version<"3.7"
20-
filelock>=3.10.3;python_version>="3.7"
20+
filelock>=3.10.4;python_version>="3.7"
2121
platformdirs>=2.4.0;python_version<"3.7"
2222
platformdirs>=3.1.1;python_version>="3.7"
2323
pyparsing>=3.0.7;python_version<"3.7"
@@ -43,10 +43,10 @@ outcome==1.2.0;python_version>="3.7"
4343
trio==0.22.0;python_version>="3.7"
4444
trio-websocket==0.10.2;python_version>="3.7"
4545
websockets==10.4;python_version>="3.7"
46-
pyopenssl==23.0.0;python_version>="3.7"
46+
pyopenssl==23.1.0;python_version>="3.7"
4747
wsproto==1.2.0;python_version>="3.7"
4848
selenium==3.141.0;python_version<"3.7"
49-
selenium==4.8.2;python_version>="3.7"
49+
selenium==4.8.3;python_version>="3.7"
5050
msedge-selenium-tools==3.141.3;python_version<"3.7"
5151
cssselect==1.1.0;python_version<"3.7"
5252
cssselect==1.2.0;python_version>="3.7"
@@ -77,7 +77,7 @@ soupsieve==2.3.2.post1;python_version<"3.7"
7777
soupsieve==2.4;python_version>="3.7"
7878
beautifulsoup4==4.12.0
7979
cryptography==36.0.2;python_version<"3.7"
80-
cryptography==39.0.2;python_version>="3.7"
80+
cryptography==40.0.1;python_version>="3.7"
8181
pygments==2.14.0
8282
pyreadline3==3.4.1;platform_system=="Windows"
8383
tabcompleter==1.1.0

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"PyYAML>=6.0",
142142
"certifi>=2022.12.7",
143143
'filelock>=3.4.1;python_version<"3.7"',
144-
'filelock>=3.10.3;python_version>="3.7"',
144+
'filelock>=3.10.4;python_version>="3.7"',
145145
'platformdirs>=2.4.0;python_version<"3.7"',
146146
'platformdirs>=3.1.1;python_version>="3.7"',
147147
'pyparsing>=3.0.7;python_version<"3.7"',
@@ -167,10 +167,10 @@
167167
'trio==0.22.0;python_version>="3.7"',
168168
'trio-websocket==0.10.2;python_version>="3.7"',
169169
'websockets==10.4;python_version>="3.7"',
170-
'pyopenssl==23.0.0;python_version>="3.7"',
170+
'pyopenssl==23.1.0;python_version>="3.7"',
171171
'wsproto==1.2.0;python_version>="3.7"',
172172
'selenium==3.141.0;python_version<"3.7"',
173-
'selenium==4.8.2;python_version>="3.7"',
173+
'selenium==4.8.3;python_version>="3.7"',
174174
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
175175
'cssselect==1.1.0;python_version<"3.7"',
176176
'cssselect==1.2.0;python_version>="3.7"',
@@ -201,7 +201,7 @@
201201
'soupsieve==2.4;python_version>="3.7"',
202202
"beautifulsoup4==4.12.0",
203203
'cryptography==36.0.2;python_version<"3.7"',
204-
'cryptography==39.0.2;python_version>="3.7"',
204+
'cryptography==40.0.1;python_version>="3.7"',
205205
"pygments==2.14.0",
206206
'pyreadline3==3.4.1;platform_system=="Windows"',
207207
"tabcompleter==1.1.0",

0 commit comments

Comments
 (0)