Skip to content

Commit 99efb86

Browse files
committed
Refresh dependencies
1 parent 8c46e83 commit 99efb86

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

mkdocs_build/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pipdeptree>=2.13.2
77
python-dateutil>=2.8.2
88
Markdown==3.5.2
99
markdown2==2.4.12
10-
MarkupSafe==2.1.3
10+
MarkupSafe==2.1.4
1111
Jinja2==3.1.3
1212
click==8.1.7
1313
ghp-import==2.1.0
@@ -20,7 +20,7 @@ lxml==5.1.0
2020
pyquery==2.0.0
2121
readtime==3.0.0
2222
mkdocs==1.5.3
23-
mkdocs-material==9.5.4
23+
mkdocs-material==9.5.5
2424
mkdocs-exclude-search==0.6.6
2525
mkdocs-simple-hooks==0.1.5
2626
mkdocs-material-extensions==1.3.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ trio==0.24.0;python_version>="3.8"
2828
trio-websocket==0.11.1
2929
wsproto==1.2.0
3030
selenium==4.11.2;python_version<"3.8"
31-
selenium==4.16.0;python_version>="3.8"
31+
selenium==4.17.2;python_version>="3.8"
3232
cssselect==1.2.0
3333
sortedcontainers==2.4.0
3434
fasteners==0.19
3535
execnet==2.0.2
3636
iniconfig==2.0.0
3737
pluggy==1.2.0;python_version<"3.8"
38-
pluggy==1.3.0;python_version>="3.8"
38+
pluggy==1.4.0;python_version>="3.8"
3939
py==1.11.0
4040
pytest==7.4.4
4141
pytest-html==2.0.1

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
print("\nERROR! Publishing to PyPI requires Python>=3.9")
3535
sys.exit()
3636
print("\n*** Checking code health with flake8:\n")
37-
os.system("python -m pip install 'flake8==6.1.0'")
37+
os.system("python -m pip install 'flake8==7.0.0'")
3838
flake8_status = os.system("flake8 --exclude=recordings,temp")
3939
if flake8_status != 0:
4040
print("\nERROR! Fix flake8 issues before publishing to PyPI!\n")
@@ -161,14 +161,14 @@
161161
'trio-websocket==0.11.1',
162162
'wsproto==1.2.0',
163163
'selenium==4.11.2;python_version<"3.8"',
164-
'selenium==4.16.0;python_version>="3.8"',
164+
'selenium==4.17.2;python_version>="3.8"',
165165
'cssselect==1.2.0',
166166
"sortedcontainers==2.4.0",
167167
'fasteners==0.19',
168168
'execnet==2.0.2',
169169
'iniconfig==2.0.0',
170170
'pluggy==1.2.0;python_version<"3.8"',
171-
'pluggy==1.3.0;python_version>="3.8"',
171+
'pluggy==1.4.0;python_version>="3.8"',
172172
"py==1.11.0",
173173
'pytest==7.4.4',
174174
"pytest-html==2.0.1", # Newer ones had issues
@@ -233,7 +233,7 @@
233233
'pdfminer.six==20221105;python_version<"3.8"',
234234
'pdfminer.six==20231228;python_version>="3.8"',
235235
'cryptography==39.0.2;python_version<"3.9"',
236-
'cryptography==41.0.7;python_version>="3.9"',
236+
'cryptography==42.0.0;python_version>="3.9"',
237237
'cffi==1.15.1;python_version<"3.8"',
238238
'cffi==1.16.0;python_version>="3.8"',
239239
"pycparser==2.21",
@@ -247,7 +247,7 @@
247247
],
248248
# pip install -e .[psutil]
249249
"psutil": [
250-
"psutil==5.9.6",
250+
"psutil==5.9.8",
251251
],
252252
# pip install -e .[selenium-stealth]
253253
"selenium-stealth": [

0 commit comments

Comments
 (0)