Skip to content

Commit 9aaa662

Browse files
committedMay 16, 2024
Refresh Python dependencies
1 parent 00add3a commit 9aaa662

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed
 

‎mkdocs_build/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# mkdocs dependencies for generating the seleniumbase.io website
22
# Minimum Python version: 3.8 (for generating docs only)
33

4-
regex>=2024.5.10
4+
regex>=2024.5.15
55
pymdown-extensions>=10.8.1
66
pipdeptree>=2.20.0
77
python-dateutil>=2.8.2
@@ -20,7 +20,7 @@ lxml==5.2.2
2020
pyquery==2.0.0
2121
readtime==3.0.0
2222
mkdocs==1.6.0
23-
mkdocs-material==9.5.22
23+
mkdocs-material==9.5.23
2424
mkdocs-exclude-search==0.6.6
2525
mkdocs-simple-hooks==0.1.5
2626
mkdocs-material-extensions==1.3.1

‎requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exceptiongroup>=1.2.1
1010
filelock>=3.12.2;python_version<"3.8"
1111
filelock>=3.14.0;python_version>="3.8"
1212
platformdirs>=4.0.0;python_version<"3.8"
13-
platformdirs>=4.2.1;python_version>="3.8"
13+
platformdirs>=4.2.2;python_version>="3.8"
1414
typing-extensions>=4.11.0;python_version>="3.8"
1515
parse>=1.20.1
1616
parse-type>=0.6.2
@@ -27,11 +27,11 @@ sniffio==1.3.1
2727
h11==0.14.0
2828
outcome==1.3.0.post0
2929
trio==0.22.2;python_version<"3.8"
30-
trio==0.25.0;python_version>="3.8"
30+
trio==0.25.1;python_version>="3.8"
3131
trio-websocket==0.11.1
3232
wsproto==1.2.0
3333
selenium==4.11.2;python_version<"3.8"
34-
selenium==4.20.0;python_version>="3.8"
34+
selenium==4.21.0;python_version>="3.8"
3535
cssselect==1.2.0
3636
sortedcontainers==2.4.0
3737
fasteners==0.19

‎setup.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
'filelock>=3.12.2;python_version<"3.8"',
159159
'filelock>=3.14.0;python_version>="3.8"',
160160
'platformdirs>=4.0.0;python_version<"3.8"',
161-
'platformdirs>=4.2.1;python_version>="3.8"',
161+
'platformdirs>=4.2.2;python_version>="3.8"',
162162
'typing-extensions>=4.11.0;python_version>="3.8"',
163163
'parse>=1.20.1',
164164
'parse-type>=0.6.2',
@@ -175,11 +175,11 @@
175175
'h11==0.14.0',
176176
'outcome==1.3.0.post0',
177177
'trio==0.22.2;python_version<"3.8"',
178-
'trio==0.25.0;python_version>="3.8"',
178+
'trio==0.25.1;python_version>="3.8"',
179179
'trio-websocket==0.11.1',
180180
'wsproto==1.2.0',
181181
'selenium==4.11.2;python_version<"3.8"',
182-
'selenium==4.20.0;python_version>="3.8"',
182+
'selenium==4.21.0;python_version>="3.8"',
183183
'cssselect==1.2.0',
184184
"sortedcontainers==2.4.0",
185185
'fasteners==0.19',
@@ -297,7 +297,8 @@
297297
'hpack==4.0.0',
298298
'hyperframe==6.0.1',
299299
'kaitaistruct==0.10',
300-
'pyasn1==0.5.1',
300+
'pyasn1==0.5.1;python_version<"3.8"',
301+
'pyasn1==0.6.0;python_version>="3.8"',
301302
'zstandard==0.22.0',
302303
],
303304
},

0 commit comments

Comments
 (0)