diff --git a/requirements.txt b/requirements.txt
index 982b286d..9a64569f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-Sphinx==4.5.0
-myst-parser==0.17.1
+Sphinx==5.0.0
+myst-parser==1.0.0
docutils<0.18
Jinja2<3.1
diff --git a/source/question_library.md b/source/question_library.md
index 03c99378..2e586222 100644
--- a/source/question_library.md
+++ b/source/question_library.md
@@ -1,5 +1,5 @@
# Using the Question Library
-**Last updated:** 19 Jun 2020
+**Last updated:** 5 Jan 2024
## Adding Questions to your Library
diff --git a/source/recently_updated.md b/source/recently_updated.md
index d5381e47..3fc4ae62 100644
--- a/source/recently_updated.md
+++ b/source/recently_updated.md
@@ -1,6 +1,7 @@
# Recently updated Support Articles
+1. [Using the Question Library](question_library.md) (5 Jan 2024)
1. [KoboToolbox Integration on monday.com](kobotoolbox_monday_integration.md) (10 Oct 2023)
1. [Resetting Passwords](reset_password.md) (22 Sep 2023)
1. [Using the API](api.md) (21 Sep 2023)
@@ -10,4 +11,3 @@
1. [HIPAA Compliance](hipaa_compliance.md) (11 Sep 2023)
1. [Connecting to your data using synchronous exports](synchronous_exports.md) (11 Sep 2023)
1. [Data Storage](data_storage.md) (11 Sep 2023)
-1. ["Photo", "Audio", "Video" and "File" question types](photo_audio_video_file.md) (11 Sep 2023)
diff --git a/source/restrict_responses.md b/source/restrict_responses.md
index ec37cbc2..b20fa0b2 100644
--- a/source/restrict_responses.md
+++ b/source/restrict_responses.md
@@ -1,5 +1,5 @@
# Restricting Text Responses With Regular Expressions
-**Last updated:** 9 Mar 2023
+**Last updated:** 20 Apr 2023
A regular expression, or regex, is a search pattern used for matching specific
characters and ranges of characters within a string. It is widely used to