diff --git a/README.md b/README.md
index be06db73f44..ae3ed78cbf1 100755
--- a/README.md
+++ b/README.md
@@ -9,9 +9,11 @@
SeleniumBase
-
+
-Web Automation and Testing with Python have evolved.
+End-to-end testing for the next generation.
+
+Overcome your greatest browser automation challenges.
@@ -63,7 +65,7 @@
pytest my_first_test.py
```
-
+
> ``pytest`` uses ``--chrome`` by default unless set differently.
@@ -75,7 +77,7 @@ pytest my_first_test.py
pytest test_coffee_cart.py --demo
```
-
+
> (--demo
mode slows down tests and highlights actions)
@@ -89,7 +91,7 @@ pytest test_coffee_cart.py --demo
pytest test_demo_site.py
```
-
+
> Easy to type, click, select, toggle, drag & drop, and more.
@@ -392,7 +394,7 @@ cd examples/
pytest my_first_test.py
```
-
+
Here's the code for my_first_test.py:
@@ -833,7 +835,7 @@ python -m http.server 1948
pytest test_suite.py test_image_saving.py --dashboard --rs --headless
```
-
+
--------
@@ -888,7 +890,7 @@ pynose test_suite.py --report
behave behave_bdd/features/ -D dashboard -D headless
```
-
+
You can also use ``--junit`` to get ``.xml`` reports for each behave
feature. Jenkins can use these files to display better reporting for your tests.
@@ -1350,11 +1352,13 @@ pytest --reruns=1 --reruns-delay=1
If you see something, say something!
-
+
+
+
@@ -1364,11 +1368,8 @@ pytest --reruns=1 --reruns-delay=1
-
+
+
-
---------
-
-
-
+
diff --git a/mkdocs_build/requirements.txt b/mkdocs_build/requirements.txt
index 87528f985b8..58890a07f06 100644
--- a/mkdocs_build/requirements.txt
+++ b/mkdocs_build/requirements.txt
@@ -3,7 +3,7 @@
regex>=2023.12.25
pymdown-extensions>=10.7.1
-pipdeptree>=2.16.2
+pipdeptree>=2.17.0
python-dateutil>=2.8.2
Markdown==3.6
markdown2==2.4.13